summaryrefslogtreecommitdiff
path: root/gnu/packages/bison.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-11-19 23:46:35 +0100
committerLudovic Courtès <ludo@gnu.org>2013-11-19 23:46:35 +0100
commit4cec7feeee42c07a94e6f78e06bd08b0e07659de (patch)
tree9a8df509becb32097757eb11b24bcd9f0484f3ab /gnu/packages/bison.scm
parentc3af0bf2430571f0743abb1803cb62145db674cd (diff)
downloadguix-patches-4cec7feeee42c07a94e6f78e06bd08b0e07659de.tar
guix-patches-4cec7feeee42c07a94e6f78e06bd08b0e07659de.tar.gz
gnu: bison: Upgrade to 3.0.1.
* gnu/packages/bison.scm (bison): Upgrade to 3.0.1.
Diffstat (limited to 'gnu/packages/bison.scm')
-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 8782096cf0..b0eab278e3 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -30,7 +30,7 @@
(define bison
(package
(name "bison")
- (version "3.0")
+ (version "3.0.1")
(source
(origin
(method url-fetch)
@@ -38,7 +38,7 @@
version ".tar.xz"))
(sha256
(base32
- "1j14fqgi9wzqgsy4fhkcdrv4hv6rrvhvn84axs520w9b022mbb79"))))
+ "1jx2ymvhl6h2jq6sf0lrk7ggfc2v1ri49yib8ppir0vdnh1znkll"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)))
(inputs `(("flex" ,flex)))