gnu: python-testrepository-bootstrap: Use PYPI-URI.
* gnu/packages/check.scm (python-testrepository-bootstrap)[source]: Use PYPI-URI.
This commit is contained in:
parent
6571bba06b
commit
9fcedf0792
|
@ -1133,9 +1133,7 @@ Python tests.")))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "testrepository" version))
|
||||||
"https://pypi.python.org/packages/source/t/testrepository/testrepository-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ssqb07c277010i6gzzkbdd46gd9mrj0bi0i8vn560n2k2y4j93m"))))
|
"1ssqb07c277010i6gzzkbdd46gd9mrj0bi0i8vn560n2k2y4j93m"))))
|
||||||
|
|
Loading…
Reference in New Issue