gnu: isl: Fix fallback URL.
* gnu/packages/gcc.scm (isl, isl-0.18, isl-0.11)[source](uri): Use '.bz2' tarball.
This commit is contained in:
parent
1bd364364d
commit
9f1da6ced3
1 changed files with 3 additions and 3 deletions
|
@ -868,7 +868,7 @@ (define-public isl
|
|||
version
|
||||
".tar.bz2")
|
||||
(string-append %gcc-infrastructure
|
||||
name "-" version ".tar.gz")))
|
||||
name "-" version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32
|
||||
"1n4yz9rj24mv226hqbpw210ifvqkn8dgvpnkzf0s0lkq9zrjd5ym"))))
|
||||
|
@ -898,7 +898,7 @@ (define-public isl-0.18
|
|||
(uri (list (string-append "http://isl.gforge.inria.fr/isl-"
|
||||
version ".tar.bz2")
|
||||
(string-append %gcc-infrastructure
|
||||
"isl-" version ".tar.gz")))
|
||||
"isl-" version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32
|
||||
"06ybml6llhi4i56q90jnimbcgk1lpcdwhy9nxdxra2hxz3bhz2vb"))))))
|
||||
|
@ -915,7 +915,7 @@ (define-public isl-0.11
|
|||
version
|
||||
".tar.bz2")
|
||||
(string-append %gcc-infrastructure
|
||||
name "-" version ".tar.gz")))
|
||||
name "-" version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32
|
||||
"13d9cqa5rzhbjq0xf0b2dyxag7pqa72xj9dhsa03m8ccr1a4npq9"))
|
||||
|
|
Loading…
Reference in a new issue