guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: quagga: Use archived source tarball.


From: guix-commits
Subject: branch master updated: gnu: quagga: Use archived source tarball.
Date: Sat, 13 Mar 2021 11:08:25 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 15b3982  gnu: quagga: Use archived source tarball.
15b3982 is described below

commit 15b39826ffef7adae2adff459264bfdc5362f320
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Mar 13 17:06:33 2021 +0100

    gnu: quagga: Use archived source tarball.
    
    * gnu/packages/networking.scm (quagga)[source]: Download from Fossies 
archive.
---
 gnu/packages/networking.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f3f4832..e95e487 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2595,8 +2595,9 @@ does not use SSH and requires a pre-shared symmetric 
key.")
     (version "1.2.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://savannah/quagga/quagga-"
-                                  version ".tar.gz"))
+              ;; Use archived sources; see <http://issues.guix.gnu.org/47123>.
+              (uri (string-append "https://fossies.org/linux/misc/";
+                                  "quagga-" version ".tar.gz"))
               (sha256
                (base32
                 "1lsksqxij5f1llqn86pkygrf5672kvrqn1kvxghi169hqf1c0r73"))



reply via email to

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