1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 00:55:56 +02:00

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
+10 -10
View File
@@ -54,16 +54,16 @@ portable, and only require an ANSI C89 platform.")
(package
(name "gnutls")
(version "3.1.6")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://gnu/gnutls/gnutls-"
version
".tar.xz"))
(sha256
(base32
"0zsybr9plllk1phh83bx9bg7c5ccik427j4n3k1s9fiy4j69n0w3"))))
(source (origin
(method url-fetch)
(uri
;; Note: Releases are no longer on ftp.gnu.org since the
;; schism (after version 3.1.5).
(string-append "mirror://gnupg/gnutls/v3.1/gnutls-"
version ".tar.xz"))
(sha256
(base32
"0zsybr9plllk1phh83bx9bg7c5ccik427j4n3k1s9fiy4j69n0w3"))))
(build-system gnu-build-system)
;; Build of the Guile bindings is not parallel-safe. See