guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: bison: Update to 3.7.4.


From: guix-commits
Subject: 01/02: gnu: bison: Update to 3.7.4.
Date: Wed, 18 Nov 2020 08:25:03 -0500 (EST)

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

commit d545c0cf328ede6afa0d3c0fd29ee62b318cbfea
Author: Efraim Flashner <efraim@flashner.co.il>
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 <ludo@gnu.org>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;;
@@ -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

[Prev in Thread] Current Thread [Next in Thread]