diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-24 17:19:06 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-24 20:44:37 +0100 |
commit | d040e650b2bfeb4ba25912f68f828b675c6b0464 (patch) | |
tree | c3fdf95fe681cbdcc0586064fbd135429ec4bd16 | |
parent | 89dc00cc2a4e367e6237b1c9233b5d2f5ff70210 (diff) | |
download | patches-d040e650b2bfeb4ba25912f68f828b675c6b0464.tar patches-d040e650b2bfeb4ba25912f68f828b675c6b0464.tar.gz |
gnu: bison: Update to 3.5.1.
* gnu/packages/bison.scm (bison): Update to 3.5.1.
-rw-r--r-- | gnu/packages/bison.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm index eae8673edc..92ab80e9bf 100644 --- a/gnu/packages/bison.scm +++ b/gnu/packages/bison.scm @@ -31,7 +31,7 @@ (define-public bison (package (name "bison") - (version "3.5") + (version "3.5.1") (source (origin (method url-fetch) @@ -39,7 +39,7 @@ version ".tar.xz")) (sha256 (base32 - "0hd6lgkxb9i46alcwn87jygs53q4vkq7k0jzb84ikbdln4is1r2m")))) + "1l2d59xwlkmmm6vsskw6vsrk75ql9fvld57681g2v6khv5xhjziy")))) (build-system gnu-build-system) (arguments '(;; Building in parallel on many-core systems may cause an error such as |