mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
|
version
|
||||||
".tar.bz2")
|
".tar.bz2")
|
||||||
(string-append %gcc-infrastructure
|
(string-append %gcc-infrastructure
|
||||||
name "-" version ".tar.gz")))
|
name "-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n4yz9rj24mv226hqbpw210ifvqkn8dgvpnkzf0s0lkq9zrjd5ym"))))
|
"1n4yz9rj24mv226hqbpw210ifvqkn8dgvpnkzf0s0lkq9zrjd5ym"))))
|
||||||
|
@ -898,7 +898,7 @@ (define-public isl-0.18
|
||||||
(uri (list (string-append "http://isl.gforge.inria.fr/isl-"
|
(uri (list (string-append "http://isl.gforge.inria.fr/isl-"
|
||||||
version ".tar.bz2")
|
version ".tar.bz2")
|
||||||
(string-append %gcc-infrastructure
|
(string-append %gcc-infrastructure
|
||||||
"isl-" version ".tar.gz")))
|
"isl-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06ybml6llhi4i56q90jnimbcgk1lpcdwhy9nxdxra2hxz3bhz2vb"))))))
|
"06ybml6llhi4i56q90jnimbcgk1lpcdwhy9nxdxra2hxz3bhz2vb"))))))
|
||||||
|
@ -915,7 +915,7 @@ (define-public isl-0.11
|
||||||
version
|
version
|
||||||
".tar.bz2")
|
".tar.bz2")
|
||||||
(string-append %gcc-infrastructure
|
(string-append %gcc-infrastructure
|
||||||
name "-" version ".tar.gz")))
|
name "-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13d9cqa5rzhbjq0xf0b2dyxag7pqa72xj9dhsa03m8ccr1a4npq9"))
|
"13d9cqa5rzhbjq0xf0b2dyxag7pqa72xj9dhsa03m8ccr1a4npq9"))
|
||||||
|
|
Loading…
Reference in a new issue