guix-commits
[Top][All Lists]
Advanced

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

16/33: gnu: bison: Update to 3.7.6.


From: guix-commits
Subject: 16/33: gnu: bison: Update to 3.7.6.
Date: Sun, 9 May 2021 17:50:12 -0400 (EDT)

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

commit 280405405796ff9337d44a778eb8f4be24240d6e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 8 18:26:26 2021 +0200

    gnu: bison: Update to 3.7.6.
    
    * gnu/packages/bison.scm (bison): Update to 3.7.6.
---
 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 6e27de5..252cd56 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -33,7 +33,7 @@
 (define-public bison
   (package
     (name "bison")
-    (version "3.7.5")
+    (version "3.7.6")
     (source
      (origin
       (method url-fetch)
@@ -41,7 +41,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "1aridd55c3alxw9ryqh91gq57zcjr8qmxwnh49k66v9rpk2kpig8"))))
+        "1kzkxrd3z4262k2sbxmyh9k5g5r2lakw0gv44l2hb4i1wbhqrmk7"))))
     (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]