gnu: bison: Update to 3.5.3.
* gnu/packages/bison.scm (bison): Update to 3.5.3.
This commit is contained in:
parent
daf87c72da
commit
8595c7b0bc
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
(define-public bison
|
(define-public bison
|
||||||
(package
|
(package
|
||||||
(name "bison")
|
(name "bison")
|
||||||
(version "3.5.2")
|
(version "3.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pah9q53aqgr0as3s5la4vbcp9940x6jhj06dyxqpnmnkvdp7qi4"))))
|
"1i57hbczvr8674z73775jxdd3y59qggs5lmfd60gmwm5i1gmpy1b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; Building in parallel on many-core systems may cause an error such as
|
'(;; Building in parallel on many-core systems may cause an error such as
|
||||||
|
|
Reference in a new issue