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

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

View File

@ -1043,8 +1043,7 @@ Markup Language.")
(source
(origin
(method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/z"
"/zope.proxy/zope.proxy-" version ".tar.gz"))
(uri (pypi-uri "zope.proxy" version))
(sha256
(base32
"0pqwwmvm1prhwv1ziv9lp8iirz7xkwb6n2kyj36p2h0ppyyhjnm4"))))