[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: gnupg: Use mirror URL.
From: |
guix-commits |
Subject: |
04/07: gnu: gnupg: Use mirror URL. |
Date: |
Mon, 29 Aug 2022 12:23:51 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 52aa21cc9a15cdbbae1c72b8fd28adeb66791a9b
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sun Aug 28 17:15:44 2022 +0200
gnu: gnupg: Use mirror URL.
In commit 38747a27f36dbaadadb1399ec085d88e48c97555, the package switched
from
a mirror:// URL to a ftp:// URL, but there doesn't appear to have been any
particular reason for that.
* gnu/packages/gnupg.scm (gnupg)[source]{uri}: Use a mirror:// again.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
gnu/packages/gnupg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 90215a6877..f9f39d6116 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -288,7 +288,7 @@ compatible to GNU Pth.")
(replacement gnupg/fixed)
(source (origin
(method url-fetch)
- (uri (string-append "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-"
version
+ (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2"))
(patches (search-patches "gnupg-default-pinentry.patch"))
(sha256
- branch master updated (6e83d294ce -> 9529384c92), guix-commits, 2022/08/29
- 02/07: gnu: rr: Update to 5.6.0., guix-commits, 2022/08/29
- 04/07: gnu: gnupg: Use mirror URL.,
guix-commits <=
- 05/07: gnu: snakemake-7: Fix cluster execution bug, guix-commits, 2022/08/29
- 01/07: gnu: Add python-django-cleanup., guix-commits, 2022/08/29
- 03/07: gnu: uncrustify: Update to 0.75.1., guix-commits, 2022/08/29
- 06/07: gnu: snakemake-6: Convert dependencies to propagated-inputs, guix-commits, 2022/08/29
- 07/07: gnu: snakemake-7: Convert dependencies to propagated-inputs, guix-commits, 2022/08/29