guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bison: Update to 3.5.


From: guix-commits
Subject: 01/01: gnu: bison: Update to 3.5.
Date: Mon, 16 Dec 2019 03:31:27 -0500 (EST)

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

commit 0c25097e8bbf6f25c53106d7e5ba9ba3c5146b1b
Author: Efraim Flashner <address@hidden>
Date:   Mon Dec 16 10:30:36 2019 +0200

    gnu: bison: Update to 3.5.
    
    * gnu/packages/bison.scm (bison): Update to 3.5.
---
 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 e65ef34..eae8673 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -31,7 +31,7 @@
 (define-public bison
   (package
     (name "bison")
-    (version "3.4.2")
+    (version "3.5")
     (source
      (origin
       (method url-fetch)
@@ -39,7 +39,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "185zd8rl9diy5sl3zmizml05kcvcin05ppbax1lxqdcpd4s5bl17"))))
+        "0hd6lgkxb9i46alcwn87jygs53q4vkq7k0jzb84ikbdln4is1r2m"))))
     (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]