summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorB. Wilson <elaexuotee@wilsonb.com>2020-06-09 11:10:40 +0900
committerMathieu Othacehe <othacehe@gnu.org>2020-06-21 11:02:52 +0200
commit0c4e39c0b025fb23a2e5df46434fc96112bb6d6c (patch)
tree2a95f92d3e5327e4d2e85cf7ce38b99d14d9db52 /gnu
parent6268aa31849fa2bcd6594a3ef75260d5d9d21705 (diff)
downloadguix-0c4e39c0b025fb23a2e5df46434fc96112bb6d6c.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bison.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm
index ae8d1a141b..b622ca1973 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