gnu: bison: Update to 3.3.2.

* gnu/packages/bison.scm (bison): Update to 3.3.2.
master
Marius Bakke 2019-02-06 20:43:47 +01:00
parent a5be549e39
commit 4ee5482a08
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
(define-public bison (define-public bison
(package (package
(name "bison") (name "bison")
(version "3.2.4") (version "3.3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -39,7 +39,7 @@
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0d2ny1kmvvlmj4h9gdyqsx4bf01lgdfcjh1pa2385xjdkx0l8gaj")))) "016qp59wxakz3ckxwyrmzxk406q0h286ydz8ww1m0pnrc5dy97h3"))))
(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.