summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2026-06-21 20:46:32 +0800
committerZheng Junjie <z572@z572.online>2026-07-21 13:13:45 +0800
commit83804f3674c53792caaedc94f6f9fa2c6e9beca8 (patch)
tree901b127e9ca91ed0214bb83fd9c5ac87a7f02671
parentda194ecc5617ade3880210d26678eb9016532a70 (diff)
gnu: isl: Update to 0.27.
* gnu/packages/gcc.scm (isl): Update to 0.27. Change-Id: I00da9512e0fc2125378d0f5dfb4652c8f71aea07
-rw-r--r--gnu/packages/gcc.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index ac68ca72a42..dfe468eb841 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1829,7 +1829,7 @@ provides the GNU compiler for the Go programming language.")
1829(define-public isl 1829(define-public isl
1830 (package 1830 (package
1831 (name "isl") 1831 (name "isl")
1832 (version "0.24") 1832 (version "0.27")
1833 (source (origin 1833 (source (origin
1834 (method url-fetch) 1834 (method url-fetch)
1835 (uri (list (string-append "mirror://sourceforge/libisl/isl-" 1835 (uri (list (string-append "mirror://sourceforge/libisl/isl-"
@@ -1838,7 +1838,7 @@ provides the GNU compiler for the Go programming language.")
1838 "isl-" version ".tar.xz"))) 1838 "isl-" version ".tar.xz")))
1839 (sha256 1839 (sha256
1840 (base32 1840 (base32
1841 "1bgbk6n93qqn7w8v21kxf4x6dc3z0ypqrzvgfd46nhagak60ac84")))) 1841 "0p1xcijrjmzp0j5kzbz601p3p0bv7x7qf3l7ny62wrvvksssp2vd"))))
1842 (build-system gnu-build-system) 1842 (build-system gnu-build-system)
1843 (outputs '("out" "static")) 1843 (outputs '("out" "static"))
1844 (arguments 1844 (arguments