diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 11:59:58 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 12:24:25 +0100 |
commit | 6e6bbc027455d50ac04d7633250ebb6d95f798a5 (patch) | |
tree | bde4afdf0f0f3e263e064560d078a87f1c1ea654 /gnu/packages | |
parent | 510cacc7ea1c7eb79848594a1e6f77c1b126c0a9 (diff) | |
download | guix-6e6bbc027455d50ac04d7633250ebb6d95f798a5.tar guix-6e6bbc027455d50ac04d7633250ebb6d95f798a5.tar.gz |
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.scm | 3 |
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")))) |