guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: putty: Try the upstream download URL first.


From: guix-commits
Subject: 12/15: gnu: putty: Try the upstream download URL first.
Date: Tue, 2 Nov 2021 22:32:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c1f2c6c39ee04575fbed22d8a145c89fdeea81da
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 01:30:38 2021 +0100

    gnu: putty: Try the upstream download URL first.
    
    * gnu/packages/networking.scm (putty)[source]:
    Add greenend.org.uk URL to the list.
---
 gnu/packages/networking.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index cdd8dec..aa484c5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4213,8 +4213,10 @@ on hub/switched networks.  It is based on @acronym{ARP} 
packets, it will send
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://www.putty.be/"; version
-                           "/putty-" version ".tar.gz"))
+       (uri (list (string-append "https://the.earth.li/~sgtatham/putty/";
+                                 version "/putty-" version ".tar.gz")
+                  (string-append "http://www.putty.be/"; version
+                                 "/putty-" version ".tar.gz")))
        (sha256
         (base32 "0gvi8phabszqksj2by5jrjmshm7bpirhgavz0dqyz1xaimxdjz2l"))))
     (build-system gnu-build-system)



reply via email to

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