summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-01-28 11:59:58 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-01-28 12:24:25 +0100
commit6e6bbc027455d50ac04d7633250ebb6d95f798a5 (patch)
treebde4afdf0f0f3e263e064560d078a87f1c1ea654 /gnu/packages
parent510cacc7ea1c7eb79848594a1e6f77c1b126c0a9 (diff)
gnu: python-zope-location: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-location)[source]: Use PYPI-URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7d4577a2d3..5d3070c922 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1071,8 +1071,7 @@ brokering, etc.) for which the proxy is responsible.")
(source
(origin
(method url-fetch)
- (uri (string-append "https://pypi.python.org/packages/source/z"
- "/zope.location/zope.location-" version ".tar.gz"))
+ (uri (pypi-uri "zope.location" version))
(sha256
(base32
"1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74"))))