diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-08 18:26:26 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-09 23:43:31 +0200 |
commit | 280405405796ff9337d44a778eb8f4be24240d6e (patch) | |
tree | be0ec1491ebfc443ed7898811789f97c03544188 | |
parent | 4e47b77533878bc8ded887bbe9c4ea7a3e0b03c0 (diff) | |
download | guix-280405405796ff9337d44a778eb8f4be24240d6e.tar guix-280405405796ff9337d44a778eb8f4be24240d6e.tar.gz |
gnu: bison: Update to 3.7.6.
* gnu/packages/bison.scm (bison): Update to 3.7.6.
-rw-r--r-- | gnu/packages/bison.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm index 6e27de5a12..252cd56c15 100644 --- a/gnu/packages/bison.scm +++ b/gnu/packages/bison.scm @@ -33,7 +33,7 @@ (define-public bison (package (name "bison") - (version "3.7.5") + (version "3.7.6") (source (origin (method url-fetch) @@ -41,7 +41,7 @@ version ".tar.xz")) (sha256 (base32 - "1aridd55c3alxw9ryqh91gq57zcjr8qmxwnh49k66v9rpk2kpig8")))) + "1kzkxrd3z4262k2sbxmyh9k5g5r2lakw0gv44l2hb4i1wbhqrmk7")))) (build-system gnu-build-system) (arguments '(;; Building in parallel on many-core systems may cause an error such as |