mbakke pushed a commit to branch core-updates
in repository guix.
commit c097b6ad10511c92b89fecd4906d769beb02aeb9
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Jun 26 17:31:17 2022 +0200
gnu: bison: Update to 3.8.2.
* gnu/packages/bison.scm (bison): Update to 3.8.2.
---
gnu/packages/bison.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm
index 5fd25452ff..6cd7abe420 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -33,7 +33,7 @@
(define-public bison
(package
(name "bison")
- (version "3.7.6")
+ (version "3.8.2")
(source
(origin
(method url-fetch)
@@ -41,7 +41,7 @@
version ".tar.xz"))
(sha256
(base32
- "1kzkxrd3z4262k2sbxmyh9k5g5r2lakw0gv44l2hb4i1wbhqrmk7"))))
+ "1wjvbbzrr16k1jlby3l436an3kvv492h08arbnf0gwgprha05flv"))))
(build-system gnu-build-system)
(arguments
'(;; Building in parallel on many-core systems may cause an error such as