distro: gnutls: Use the GnuPG mirrors.

* gnu/packages/gnutls.scm (gnutls): Use the gnutls.org/GnuPG URL.
This commit is contained in:
Ludovic Courtès 2013-01-18 16:54:41 +01:00
parent a1ba8475a6
commit d7d408d578
1 changed files with 10 additions and 10 deletions

View File

@ -54,13 +54,13 @@ portable, and only require an ANSI C89 platform.")
(package (package
(name "gnutls") (name "gnutls")
(version "3.1.6") (version "3.1.6")
(source (source (origin
(origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri
"mirror://gnu/gnutls/gnutls-" ;; Note: Releases are no longer on ftp.gnu.org since the
version ;; schism (after version 3.1.5).
".tar.xz")) (string-append "mirror://gnupg/gnutls/v3.1/gnutls-"
version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0zsybr9plllk1phh83bx9bg7c5ccik427j4n3k1s9fiy4j69n0w3")))) "0zsybr9plllk1phh83bx9bg7c5ccik427j4n3k1s9fiy4j69n0w3"))))