Archived
1
0
Fork 0

gnu: dmd: Download from alpha.gnu.org.

* gnu/packages/system.scm (dmd): Use the alpha.gnu.org URL.
This commit is contained in:
Ludovic Courtès 2013-09-26 20:46:37 +02:00
parent b2f0005aad
commit d08213980c

View file

@ -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"))))