guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-waf: Download over https.


From: Efraim Flashner
Subject: 02/02: gnu: python-waf: Download over https.
Date: Sun, 30 Oct 2016 08:44:10 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit bae678296ab8eaaeea2c613862bf82efdfee128b
Author: Efraim Flashner <address@hidden>
Date:   Sun Oct 30 10:43:53 2016 +0200

    gnu: python-waf: Download over https.
    
    * gnu/packages/python.scm (python-waf)[source]: Use https.
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4e0292e..1292a09 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5264,7 +5264,7 @@ connection to each user.")
     (version "1.9.5")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://waf.io/";
+              (uri (string-append "https://waf.io/";
                                   "waf-" version ".tar.bz2"))
               (sha256
                (base32



reply via email to

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