summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-01-01 16:43:34 -0500
committerLeo Famulari <leo@famulari.name>2017-01-01 17:01:32 -0500
commit7be13d00063fe6da40e02769b00f5888515ca367 (patch)
tree42728fd0f562dd4a25d7a900a7fca90f0cd613a9
parent5dbeccf5b4f534dd5519691dfdf58a6921c9f343 (diff)
downloadguix-7be13d00063fe6da40e02769b00f5888515ca367.tar.gz
gnu: python-ndg-httpsclient: Use pypi-uri.
* gnu/packages/python.scm (python-ndg-httpsclient, python2-ndg-httpsclient)
[source]: Use pypi-uri.
-rw-r--r--gnu/packages/python.scm4
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"))))