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

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

View File

@ -877,9 +877,7 @@ conforming to a given API or contract.")
(source
(origin
(method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/z"
"/zope.exceptions/zope.exceptions-"
version ".tar.gz"))
(uri (pypi-uri "zope.exceptions" version))
(sha256
(base32
"0zwxaaa66sqxg5k7zcrvs0fbg9ym1njnxnr28dfmchzhwjvwnfzl"))))