me
/
guix
Archived
1
0
Fork 0

gnu: byacc: Update to 20220128.

* gnu/packages/c.scm (byacc): Update to 20220128.
master
Ludovic Courtès 2022-05-08 00:01:07 +02:00
parent 3d84a72966
commit f226e051f5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -585,7 +585,7 @@ portability.")
(define-public byacc (define-public byacc
(package (package
(name "byacc") (name "byacc")
(version "20210808") (version "20220128")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -593,7 +593,7 @@ portability.")
version ".tgz")) version ".tgz"))
(sha256 (sha256
(base32 (base32
"10rsgnygn11358jr2dn6bbjj7sj9d9hqf6piqxil4nfhx6dm4n7i")))) "173l5pdzgqk2ld6lf0ablii0iiw07sry2vrjfrm4wc99qmf81ha2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://invisible-island.net/byacc/byacc.html") (home-page "https://invisible-island.net/byacc/byacc.html")
(synopsis "Berkeley Yacc LALR parser generator") (synopsis "Berkeley Yacc LALR parser generator")