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

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

View File

@ -929,9 +929,7 @@ forms, HTTP servers, regular expressions, and more.")
(source
(origin
(method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/z"
"/zope.testrunner/zope.testrunner-"
version ".zip"))
(uri (pypi-uri "zope.testrunner" version ".zip"))
(sha256
(base32
"1r7iqknhh55y45f64mz5hghgvzx34h1i11k350s0avx6q8gznja1"))))