mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: bison: Update to 3.4.1.
* gnu/packages/bison.scm (bison): Update to 3.4.1.
This commit is contained in:
parent
a3e53041b8
commit
e7809d96aa
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ (define-module (gnu packages bison)
|
|||
(define-public bison
|
||||
(package
|
||||
(name "bison")
|
||||
(version "3.3.2")
|
||||
(version "3.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -39,7 +39,7 @@ (define-public bison
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue