gnu: python-zope-event: Use PYPI-URI.

* gnu/packages/python-web.scm (python-zope-event)[source]: Use PYPI-URI.
master
Ricardo Wurmus 2019-01-28 11:53:26 +01:00
parent 2b22186679
commit da501c49f3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -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"))))