diff options
author | Leo Famulari <leo@famulari.name> | 2017-01-01 16:43:34 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-01-01 17:01:32 -0500 |
commit | 7be13d00063fe6da40e02769b00f5888515ca367 (patch) | |
tree | 42728fd0f562dd4a25d7a900a7fca90f0cd613a9 /gnu/packages | |
parent | 5dbeccf5b4f534dd5519691dfdf58a6921c9f343 (diff) | |
download | guix-7be13d00063fe6da40e02769b00f5888515ca367.tar guix-7be13d00063fe6da40e02769b00f5888515ca367.tar.gz |
gnu: python-ndg-httpsclient: Use pypi-uri.
* gnu/packages/python.scm (python-ndg-httpsclient, python2-ndg-httpsclient)
[source]: Use pypi-uri.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 41453becac..f33845c650 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7851,9 +7851,7 @@ be set via config files and/or environment variables.") (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")))) |