guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: bison: Update to 3.3.2.


From: guix-commits
Subject: 05/14: gnu: bison: Update to 3.3.2.
Date: Thu, 7 Feb 2019 18:02:42 -0500 (EST)

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

commit 4ee5482a0801015f81914f1ef08b5583dc174190
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 6 20:43:47 2019 +0100

    gnu: bison: Update to 3.3.2.
    
    * gnu/packages/bison.scm (bison): Update to 3.3.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 70d5e08..ae37a8f 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -31,7 +31,7 @@
 (define-public bison
   (package
     (name "bison")
-    (version "3.2.4")
+    (version "3.3.2")
     (source
      (origin
       (method url-fetch)
@@ -39,7 +39,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "0d2ny1kmvvlmj4h9gdyqsx4bf01lgdfcjh1pa2385xjdkx0l8gaj"))))
+        "016qp59wxakz3ckxwyrmzxk406q0h286ydz8ww1m0pnrc5dy97h3"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)
                      ;; m4 is not present in PATH when cross-building.



reply via email to

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