diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-26 22:18:44 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-26 22:18:44 +0200 |
commit | a0361e09658a728ec4b7f36fba0e9625948b4ea1 (patch) | |
tree | 929bb5310d277571ed148a0a86a5746c0027d9ef | |
parent | 86b38e4af465a69d45cedbcceb3748e4be8b2fcb (diff) | |
download | patches-a0361e09658a728ec4b7f36fba0e9625948b4ea1.tar patches-a0361e09658a728ec4b7f36fba0e9625948b4ea1.tar.gz |
gnu: bison: Update to 3.4.2.
* gnu/packages/bison.scm (bison): Update to 3.4.2.
-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 12f19b785e..e65ef34c94 100644 --- a/gnu/packages/bison.scm +++ b/gnu/packages/bison.scm @@ -31,7 +31,7 @@ (define-public bison (package (name "bison") - (version "3.4.1") + (version "3.4.2") (source (origin (method url-fetch) @@ -39,7 +39,7 @@ version ".tar.xz")) (sha256 (base32 - "03c2pmq3bs0drdislnz6gm1rwz3n4pb2rz9navyxydppxg2rl597")))) + "185zd8rl9diy5sl3zmizml05kcvcin05ppbax1lxqdcpd4s5bl17")))) (build-system gnu-build-system) (arguments '(;; Building in parallel on many-core systems may cause an error such as |