guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/19: gnu: bison: Update to 3.8.2.


From: guix-commits
Subject: 11/19: gnu: bison: Update to 3.8.2.
Date: Sun, 26 Jun 2022 17:24:48 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit c097b6ad10511c92b89fecd4906d769beb02aeb9
Author: Marius Bakke <marius@gnu.org>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]