rekado pushed a commit to branch master
in repository guix.
commit ba93e239eb1fdc694b0a855f668ef9dab51ab3f2
Author: Ricardo Wurmus <[email protected]>
Date: Mon Jan 28 11:57:07 2019 +0100
gnu: python-zope-interface: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-interface)[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 4c68e63..006151b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -852,8 +852,7 @@ dispatching systems can be built.")
(source
(origin
(method url-fetch)
- (uri (string-append "https://pypi.python.org/packages/source/z"
- "/zope.interface/zope.interface-" version
".tar.gz"))
+ (uri (pypi-uri "zope.interface" version))
(sha256
(base32
"0ks8h73b2g4bkad821qbv0wzjppdrwys33i7ka45ik3wxjg1l8if"))))