mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
1 changed files with 1 additions and 3 deletions
|
@ -929,9 +929,7 @@ (define-public python-zope-testrunner
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue