mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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
1 changed files with 1 additions and 3 deletions
|
@ -7851,9 +7851,7 @@ (define-public python-ndg-httpsclient
|
|||
(version "0.4.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/n/ndg-httpsclient/"
|
||||
"ndg_httpsclient-" version ".tar.gz"))
|
||||
(uri (pypi-uri "ndg_httpsclient" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b5qirv46v4dpnmfqviwq42mdwfcby4dxmz0i41wad2337pqf2aq"))))
|
||||
|
|
Loading…
Reference in a new issue