gnu: moreutils: Add download location.

* gnu/packages/moreutils.scm (moreutils)[source]: Add Debian snapshot
alternative uri for downloading.
This commit is contained in:
Efraim Flashner 2016-08-19 10:40:19 +03:00
parent 5b58c28b7e
commit b9d58a8c31
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93

View File

@ -32,9 +32,14 @@
(version "0.58")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://debian/pool/main/m/moreutils/moreutils_"
version ".orig.tar.gz"))
(uri (list
(string-append
"mirror://debian/pool/main/m/moreutils/moreutils_"
version ".orig.tar.gz")
;; The main Debian mirrors only hold the current packages
(string-append
"http://snapshot.debian.org/archive/debian/20160304T165744Z"
"/pool/main/m/moreutils/moreutils_0.58.orig.tar.gz")))
(sha256
(base32
"02n00vqp6jxbxr5v3rdjxmzp6kxxjdkjgcclam6wrw8qamsbljww"))))