gnu: python-waf: Download over https.
* gnu/packages/python.scm (python-waf)[source]: Use https.master
parent
31c6bfed58
commit
bae678296a
|
@ -5264,7 +5264,7 @@ connection to each user.")
|
||||||
(version "1.9.5")
|
(version "1.9.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://waf.io/"
|
(uri (string-append "https://waf.io/"
|
||||||
"waf-" version ".tar.bz2"))
|
"waf-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in New Issue