guix-commits
[Top][All Lists]
Advanced

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

05/15: gnu: bison: Update to 3.5.3.


From: guix-commits
Subject: 05/15: gnu: bison: Update to 3.5.3.
Date: Thu, 26 Mar 2020 17:40:26 -0400 (EDT)

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

commit 8595c7b0bc84b354321ec8f6ccca54322f277eb6
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Mar 25 22:02:53 2020 +0100

    gnu: bison: Update to 3.5.3.
    
    * gnu/packages/bison.scm (bison): Update to 3.5.3.
---
 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 862c2a0..ae8d1a1 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -31,7 +31,7 @@
 (define-public bison
   (package
     (name "bison")
-    (version "3.5.2")
+    (version "3.5.3")
     (source
      (origin
       (method url-fetch)
@@ -39,7 +39,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "1pah9q53aqgr0as3s5la4vbcp9940x6jhj06dyxqpnmnkvdp7qi4"))))
+        "1i57hbczvr8674z73775jxdd3y59qggs5lmfd60gmwm5i1gmpy1b"))))
     (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]