gnu: python-zope-testrunner: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-testrunner)[source]: Use PYPI-URI.
This commit is contained in:
parent
3d010466e6
commit
d409c993a0
|
@ -929,9 +929,7 @@ forms, HTTP servers, regular expressions, and more.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/z"
|
(uri (pypi-uri "zope.testrunner" version ".zip"))
|
||||||
"/zope.testrunner/zope.testrunner-"
|
|
||||||
version ".zip"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r7iqknhh55y45f64mz5hghgvzx34h1i11k350s0avx6q8gznja1"))))
|
"1r7iqknhh55y45f64mz5hghgvzx34h1i11k350s0avx6q8gznja1"))))
|
||||||
|
|
Loading…
Reference in New Issue