mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-waf: Download over https.
* gnu/packages/python.scm (python-waf)[source]: Use https.
This commit is contained in:
parent
31c6bfed58
commit
bae678296a
1 changed files with 1 additions and 1 deletions
|
@ -5264,7 +5264,7 @@ (define-public python-waf
|
|||
(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 a new issue