mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +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
|
||||
(package
|
||||
(name "isl")
|
||||
(version "0.22.1")
|
||||
(version "0.23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append
|
||||
|
@ -927,7 +927,7 @@ (define-public isl
|
|||
name "-" version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32
|
||||
"1kf54jib0nind1pvakblnfhimmwzm0y1llz8470ag0di5vwqwrhs"))))
|
||||
"0k91zck10zxs9sk3yrbb92y1j3w981w3fbwkfwd7kl779b0j52f5"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "static"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue