mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: isl: Update to 0.21.
* gnu/packages/gcc.scm (isl): Update to 0.21.
This commit is contained in:
parent
9f1da6ced3
commit
8449cc133a
1 changed files with 2 additions and 2 deletions
|
@ -860,7 +860,7 @@ (define-public libstdc++-doc-9
|
||||||
(define-public isl
|
(define-public isl
|
||||||
(package
|
(package
|
||||||
(name "isl")
|
(name "isl")
|
||||||
(version "0.19")
|
(version "0.21")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append
|
(uri (list (string-append
|
||||||
|
@ -871,7 +871,7 @@ (define-public isl
|
||||||
name "-" version ".tar.bz2")))
|
name "-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n4yz9rj24mv226hqbpw210ifvqkn8dgvpnkzf0s0lkq9zrjd5ym"))))
|
"0ng8l3q1px9lkzb44nxnzhh6fhdbclrwng9xs2v9m8yii8gs336i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("gmp" ,gmp)))
|
(inputs `(("gmp" ,gmp)))
|
||||||
(home-page "http://isl.gforge.inria.fr/")
|
(home-page "http://isl.gforge.inria.fr/")
|
||||||
|
|
Loading…
Reference in a new issue