guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]