rekado pushed a commit to branch master
in repository guix.
commit da501c49f321e80423e7db18c0b5408510f10546
Author: Ricardo Wurmus <[email protected]>
Date: Mon Jan 28 11:53:26 2019 +0100
gnu: python-zope-event: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-event)[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 e533c49..4c68e63 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -829,8 +829,7 @@ object to help create WSGI responses.")
(source
(origin
(method url-fetch)
- (uri (string-append "https://pypi.python.org/packages/source/z"
- "/zope.event/zope.event-" version ".tar.gz"))
+ (uri (pypi-uri "zope.event" version))
(sha256
(base32
"11p75zpfz3ffhz21nzx9wb23xs993ck5s6hkjcvhswwizni5jynw"))))