me
/
guix
Archived
1
0
Fork 0

gnu: bison: Update to 3.2.2.

* gnu/packages/bison.scm (bison): Update to 3.2.2.
master
Marius Bakke 2018-12-11 23:03:27 +01:00
parent 9abbfd3ca6
commit c4ac237f08
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
(define-public bison
(package
(name "bison")
(version "3.0.5")
(version "3.2.2")
(source
(origin
(method url-fetch)
@ -38,7 +38,7 @@
version ".tar.xz"))
(sha256
(base32
"0f7kjygrckkx8vas2nm673592jif0a9mw5g8207f6hj6h4pfyp07"))))
"1yps7xyhllbg9rbb9mii1z736w85yh26vqvhr1y5qx6hwhj0z5bg"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)
;; m4 is not present in PATH when cross-building.