Skip to content
Snippets Groups Projects
Commit a4a17ec3 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: bison: Update to 3.0.4.

* gnu/packages/bison.scm (bison): Update to 3.0.4.
parent d6718df4
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2012, 2013, 2015 Ludovic Courtès <ludo@gnu.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -30,7 +30,7 @@ (define-module (gnu packages bison) ...@@ -30,7 +30,7 @@ (define-module (gnu packages bison)
(define bison (define bison
(package (package
(name "bison") (name "bison")
(version "3.0.2") (version "3.0.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -38,7 +38,7 @@ (define bison ...@@ -38,7 +38,7 @@ (define bison
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0g4gjan477lac18m51kv4xzcsp6wjfsfwvd2dxymcl6vid9fihx2")))) "1qbgf6q1n2z17k8g33444m0q68kf3fbiq65q7jlrzpvvj73jh957"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) (native-inputs `(("perl" ,perl)))
(inputs `(("flex" ,flex))) (inputs `(("flex" ,flex)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment