rekado pushed a commit to branch master
in repository guix.
commit 6e6bbc027455d50ac04d7633250ebb6d95f798a5
Author: Ricardo Wurmus <[email protected]>
Date: Mon Jan 28 11:59:58 2019 +0100
gnu: python-zope-location: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-location)[source]: Use PYPI-URI.
---
gnu/packages/python-web.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7d4577a..5d3070c 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"))))