gnu: python-zope-event: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-event)[source]: Use PYPI-URI.
This commit is contained in:
parent
2b22186679
commit
da501c49f3
|
@ -829,8 +829,7 @@ object to help create WSGI responses.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/z"
|
(uri (pypi-uri "zope.event" version))
|
||||||
"/zope.event/zope.event-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11p75zpfz3ffhz21nzx9wb23xs993ck5s6hkjcvhswwizni5jynw"))))
|
"11p75zpfz3ffhz21nzx9wb23xs993ck5s6hkjcvhswwizni5jynw"))))
|
||||||
|
|
Loading…
Reference in New Issue