diff options
author | Marius Bakke <marius@gnu.org> | 2020-12-15 22:42:15 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-12-17 00:15:48 +0100 |
commit | f0c20da7d995af4f76982abc89c8d194e393c3e4 (patch) | |
tree | 3b77e39fca4aa46c58070a74064a937c27b514d1 | |
parent | 3839b5d536e842e557e918c87a15643eddf66fb3 (diff) | |
download | guix-f0c20da7d995af4f76982abc89c8d194e393c3e4.tar.gz |
gnu: isl: Update to 0.23.
* gnu/packages/gcc.scm (isl): Update to 0.23.
-rw-r--r-- | gnu/packages/gcc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 18aaa0bdab..9b2a5556f6 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -916,7 +916,7 @@ provides the GNU compiler for the Go programming language.")) (define-public isl (package (name "isl") - (version "0.22.1") + (version "0.23") (source (origin (method url-fetch) (uri (list (string-append @@ -927,7 +927,7 @@ provides the GNU compiler for the Go programming language.")) name "-" version ".tar.bz2"))) (sha256 (base32 - "1kf54jib0nind1pvakblnfhimmwzm0y1llz8470ag0di5vwqwrhs")))) + "0k91zck10zxs9sk3yrbb92y1j3w981w3fbwkfwd7kl779b0j52f5")))) (build-system gnu-build-system) (outputs '("out" "static")) (arguments |