guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: bison: Update to 3.6.3.


From: guix-commits
Subject: branch core-updates updated: gnu: bison: Update to 3.6.3.
Date: Sun, 21 Jun 2020 05:03:03 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 0c4e39c  gnu: bison: Update to 3.6.3.
0c4e39c is described below

commit 0c4e39c0b025fb23a2e5df46434fc96112bb6d6c
Author: B. Wilson <elaexuotee@wilsonb.com>
AuthorDate: Tue Jun 9 11:10:40 2020 +0900

    gnu: bison: Update to 3.6.3.
    
    * gnu/packages/bison.scm (bison): Update to 3.6.3.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 ae8d1a1..b622ca1 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -31,7 +31,7 @@
 (define-public bison
   (package
     (name "bison")
-    (version "3.5.3")
+    (version "3.6.3")
     (source
      (origin
       (method url-fetch)
@@ -39,7 +39,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "1i57hbczvr8674z73775jxdd3y59qggs5lmfd60gmwm5i1gmpy1b"))))
+        "0gdpnjh6ra9xa9vj6hzjdf0c04x4pjyy8vssm3qdb7fya4v7knq6"))))
     (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]