guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: bison: Update to 3.2.2.


From: guix-commits
Subject: 05/07: gnu: bison: Update to 3.2.2.
Date: Wed, 12 Dec 2018 14:12:55 -0500 (EST)

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

commit c4ac237f0898a56bcbb21e739ed4fdd51f9ac66f
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 11 23:03:27 2018 +0100

    gnu: bison: Update to 3.2.2.
    
    * gnu/packages/bison.scm (bison): Update to 3.2.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 71de477..c1323d8 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -30,7 +30,7 @@
 (define-public bison
   (package
     (name "bison")
-    (version "3.0.5")
+    (version "3.2.2")
     (source
      (origin
       (method url-fetch)
@@ -38,7 +38,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "0f7kjygrckkx8vas2nm673592jif0a9mw5g8207f6hj6h4pfyp07"))))
+        "1yps7xyhllbg9rbb9mii1z736w85yh26vqvhr1y5qx6hwhj0z5bg"))))
     (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]