gnu: python-zope-exceptions: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-exceptions)[source]: Use PYPI-URI.
This commit is contained in:
parent
ba93e239eb
commit
3d010466e6
|
@ -877,9 +877,7 @@ conforming to a given API or contract.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/z"
|
(uri (pypi-uri "zope.exceptions" version))
|
||||||
"/zope.exceptions/zope.exceptions-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zwxaaa66sqxg5k7zcrvs0fbg9ym1njnxnr28dfmchzhwjvwnfzl"))))
|
"0zwxaaa66sqxg5k7zcrvs0fbg9ym1njnxnr28dfmchzhwjvwnfzl"))))
|
||||||
|
|
Loading…
Reference in New Issue