gnu: bison: Update to 3.2.2.

* gnu/packages/bison.scm (bison): Update to 3.2.2.
This commit is contained in:
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

View file

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