gnu: python-ndg-httpsclient: Use pypi-uri.
* gnu/packages/python.scm (python-ndg-httpsclient, python2-ndg-httpsclient) [source]: Use pypi-uri.
This commit is contained in:
parent
5dbeccf5b4
commit
7be13d0006
|
@ -7851,9 +7851,7 @@ be set via config files and/or environment variables.")
|
||||||
(version "0.4.2")
|
(version "0.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "ndg_httpsclient" version))
|
||||||
"https://pypi.python.org/packages/source/n/ndg-httpsclient/"
|
|
||||||
"ndg_httpsclient-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b5qirv46v4dpnmfqviwq42mdwfcby4dxmz0i41wad2337pqf2aq"))))
|
"1b5qirv46v4dpnmfqviwq42mdwfcby4dxmz0i41wad2337pqf2aq"))))
|
||||||
|
|
Loading…
Reference in New Issue