diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-24 19:38:52 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-25 00:47:53 +0200 |
commit | e7809d96aa3853e09a90c42d4b5a5dbd84765964 (patch) | |
tree | 2fad7c1d1c407af1fb0e8e8e3bd14b246d59a1d5 /gnu | |
parent | a3e53041b87932e2a44b109d7f28cc331bc5021b (diff) | |
download | guix-e7809d96aa3853e09a90c42d4b5a5dbd84765964.tar.gz |
gnu: bison: Update to 3.4.1.
* gnu/packages/bison.scm (bison): Update to 3.4.1.
Diffstat (limited to 'gnu')
-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 ae37a8f80c..5f50ebf6b8 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. |