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