mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: bison: Update to 3.4.2.
* gnu/packages/bison.scm (bison): Update to 3.4.2.
This commit is contained in:
parent
86b38e4af4
commit
a0361e0965
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.4.1")
|
||||
(version "3.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -39,7 +39,7 @@ (define-public bison
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03c2pmq3bs0drdislnz6gm1rwz3n4pb2rz9navyxydppxg2rl597"))))
|
||||
"185zd8rl9diy5sl3zmizml05kcvcin05ppbax1lxqdcpd4s5bl17"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(;; Building in parallel on many-core systems may cause an error such as
|
||||
|
|
Loading…
Reference in a new issue