gnu: bison: Upgrade to 3.0.1.

* gnu/packages/bison.scm (bison): Upgrade to 3.0.1.
This commit is contained in:
Ludovic Courtès 2013-11-19 23:46:35 +01:00
parent c3af0bf243
commit 4cec7feeee

View file

@ -30,7 +30,7 @@ (define-module (gnu packages bison)
(define bison (define bison
(package (package
(name "bison") (name "bison")
(version "3.0") (version "3.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -38,7 +38,7 @@ (define bison
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1j14fqgi9wzqgsy4fhkcdrv4hv6rrvhvn84axs520w9b022mbb79")))) "1jx2ymvhl6h2jq6sf0lrk7ggfc2v1ri49yib8ppir0vdnh1znkll"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) (native-inputs `(("perl" ,perl)))
(inputs `(("flex" ,flex))) (inputs `(("flex" ,flex)))