gnu: bison: Update to 3.8.2.
* gnu/packages/bison.scm (bison): Update to 3.8.2.
This commit is contained in:
parent
82dae0c9e3
commit
c097b6ad10
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
(define-public bison
|
(define-public bison
|
||||||
(package
|
(package
|
||||||
(name "bison")
|
(name "bison")
|
||||||
(version "3.7.6")
|
(version "3.8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kzkxrd3z4262k2sbxmyh9k5g5r2lakw0gv44l2hb4i1wbhqrmk7"))))
|
"1wjvbbzrr16k1jlby3l436an3kvv492h08arbnf0gwgprha05flv"))))
|
||||||
(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