gnu: python-waf: Download over https.
* gnu/packages/python.scm (python-waf)[source]: Use https.
This commit is contained in:
parent
31c6bfed58
commit
bae678296a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue