gnu: bison: Update to 3.4.1.

* gnu/packages/bison.scm (bison): Update to 3.4.1.
This commit is contained in:
Marius Bakke 2019-05-24 19:38:52 +02:00
parent a3e53041b8
commit e7809d96aa
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -31,7 +31,7 @@ (define-module (gnu packages bison)
(define-public bison (define-public bison
(package (package
(name "bison") (name "bison")
(version "3.3.2") (version "3.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -39,7 +39,7 @@ (define-public bison
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"016qp59wxakz3ckxwyrmzxk406q0h286ydz8ww1m0pnrc5dy97h3")))) "03c2pmq3bs0drdislnz6gm1rwz3n4pb2rz9navyxydppxg2rl597"))))
(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.