mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: isl: Update to 0.23.
* gnu/packages/gcc.scm (isl): Update to 0.23.
This commit is contained in:
parent
3839b5d536
commit
f0c20da7d9
1 changed files with 2 additions and 2 deletions
|
@ -916,7 +916,7 @@ (define-public libstdc++-doc-9
|
||||||
(define-public isl
|
(define-public isl
|
||||||
(package
|
(package
|
||||||
(name "isl")
|
(name "isl")
|
||||||
(version "0.22.1")
|
(version "0.23")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append
|
(uri (list (string-append
|
||||||
|
@ -927,7 +927,7 @@ (define-public isl
|
||||||
name "-" version ".tar.bz2")))
|
name "-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kf54jib0nind1pvakblnfhimmwzm0y1llz8470ag0di5vwqwrhs"))))
|
"0k91zck10zxs9sk3yrbb92y1j3w981w3fbwkfwd7kl779b0j52f5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "static"))
|
(outputs '("out" "static"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue