gnu: dmd: Download from alpha.gnu.org.
* gnu/packages/system.scm (dmd): Use the alpha.gnu.org URL.
This commit is contained in:
parent
b2f0005aad
commit
d08213980c
1 changed files with 2 additions and 5 deletions
|
|
@ -35,11 +35,8 @@
|
||||||
(version "-0.4")
|
(version "-0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
(uri (string-append "ftp://alpha.gnu.org/gnu/dmd/dmd-"
|
||||||
;; XXX: Temporary location until dmd gets back home.
|
version ".tar.gz"))
|
||||||
(uri (string-append
|
|
||||||
"http://www.fdn.fr/~lcourtes/software/guix/dmd-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"094ja3xvk9ljghhxmy39if67cfjd1hy6m4svnp399n0wpxvaryvy"))))
|
"094ja3xvk9ljghhxmy39if67cfjd1hy6m4svnp399n0wpxvaryvy"))))
|
||||||
|
|
|
||||||
Reference in a new issue