guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: bison: Update to 3.4.1.


From: guix-commits
Subject: 03/09: gnu: bison: Update to 3.4.1.
Date: Sun, 26 May 2019 13:50:49 -0400 (EDT)

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

commit e7809d96aa3853e09a90c42d4b5a5dbd84765964
Author: Marius Bakke <address@hidden>
Date:   Fri May 24 19:38:52 2019 +0200

    gnu: bison: Update to 3.4.1.
    
    * gnu/packages/bison.scm (bison): Update to 3.4.1.
---
 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 ae37a8f..5f50ebf 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -31,7 +31,7 @@
 (define-public bison
   (package
     (name "bison")
-    (version "3.3.2")
+    (version "3.4.1")
     (source
      (origin
       (method url-fetch)
@@ -39,7 +39,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "016qp59wxakz3ckxwyrmzxk406q0h286ydz8ww1m0pnrc5dy97h3"))))
+        "03c2pmq3bs0drdislnz6gm1rwz3n4pb2rz9navyxydppxg2rl597"))))
     (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]