guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: bison: Update to 3.4.2.


From: guix-commits
Subject: 01/03: gnu: bison: Update to 3.4.2.
Date: Tue, 26 Nov 2019 15:40:34 -0500 (EST)

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

commit a0361e09658a728ec4b7f36fba0e9625948b4ea1
Author: Efraim Flashner <address@hidden>
Date:   Tue Nov 26 22:18:44 2019 +0200

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