From d5841dad657e884f98e6d228a26e42aa42be5ec7 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sat, 19 Mar 2022 23:45:42 +0300 Subject: [PATCH] gnu: isl: Update to 0.24 * gnu/packages/gcc.scm (isl): Update to 0.24 --- gnu/packages/gcc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 1f89915ac8..938d15dc2d 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -1155,7 +1155,7 @@ provides the GNU compiler for the Go programming language.")) (define-public isl (package (name "isl") - (version "0.23") + (version "0.24") (source (origin (method url-fetch) (uri (list (string-append @@ -1166,7 +1166,7 @@ provides the GNU compiler for the Go programming language.")) name "-" version ".tar.bz2"))) (sha256 (base32 - "0k91zck10zxs9sk3yrbb92y1j3w981w3fbwkfwd7kl779b0j52f5")))) + "1h25h64s3847nark86gy0mi3h0bb1fdgbmgvz66fn43ccpcqvxzw")))) (build-system gnu-build-system) (outputs '("out" "static")) (arguments -- 2.25.1