efraim pushed a commit to branch core-updates
in repository guix.
commit 3526c72c5ef0568c698f116c2aa4b614d47d77e9
Author: Efraim Flashner <[email protected]>
Date: Sun Jan 6 19:44:51 2019 +0200
gnu: bison: Update to 3.2.4.
* gnu/packages/bison.scm (bison): Update to 3.2.4.
---
gnu/packages/bison.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm
index c1323d8..70d5e08 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2015 Ludovic Courtès <[email protected]>
;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2019 Efraim Flashner <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,7 +31,7 @@
(define-public bison
(package
(name "bison")
- (version "3.2.2")
+ (version "3.2.4")
(source
(origin
(method url-fetch)
@@ -38,7 +39,7 @@
version ".tar.xz"))
(sha256
(base32
- "1yps7xyhllbg9rbb9mii1z736w85yh26vqvhr1y5qx6hwhj0z5bg"))))
+ "0d2ny1kmvvlmj4h9gdyqsx4bf01lgdfcjh1pa2385xjdkx0l8gaj"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)
;; m4 is not present in PATH when cross-building.