efraim pushed a commit to branch core-updates
in repository guix.

commit d545c0cf328ede6afa0d3c0fd29ee62b318cbfea
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Nov 18 15:22:51 2020 +0200

    gnu: bison: Update to 3.7.4.
    
    * gnu/packages/bison.scm (bison): Update to 3.7.4.
---
 gnu/packages/bison.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm
index 2f53355..da10888 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012, 2013, 2015, 2019 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2019 Efraim Flashner <[email protected]>
+;;; Copyright © 2019, 2020 Efraim Flashner <[email protected]>
 ;;; Copyright © 2020 B. Wilson <[email protected]>
 ;;; Copyright © 2020 Jakub Kądziołka <[email protected]>
 ;;;
@@ -33,7 +33,7 @@
 (define-public bison
   (package
     (name "bison")
-    (version "3.6.3")
+    (version "3.7.4")
     (source
      (origin
       (method url-fetch)
@@ -41,7 +41,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "0gdpnjh6ra9xa9vj6hzjdf0c04x4pjyy8vssm3qdb7fya4v7knq6"))))
+        "0460cfgw83j31vjrm1yr0xwmrhn0i39f8ikgy87587m190zq3dd3"))))
     (build-system gnu-build-system)
     (arguments
      '(;; Building in parallel on many-core systems may cause an error such as

Reply via email to