me
/
guix
Archived
1
0
Fork 0

gnu: bison: Update to 3.4.1.

* gnu/packages/bison.scm (bison): Update to 3.4.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
(define-public bison
(package
(name "bison")
(version "3.3.2")
(version "3.4.1")
(source
(origin
(method url-fetch)
@ -39,7 +39,7 @@
version ".tar.xz"))
(sha256
(base32
"016qp59wxakz3ckxwyrmzxk406q0h286ydz8ww1m0pnrc5dy97h3"))))
"03c2pmq3bs0drdislnz6gm1rwz3n4pb2rz9navyxydppxg2rl597"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)
;; m4 is not present in PATH when cross-building.