mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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
1 changed files with 1 additions and 3 deletions
|
@ -1133,9 +1133,7 @@ (define-public python-testrepository-bootstrap
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/t/testrepository/testrepository-"
|
||||
version ".tar.gz"))
|
||||
(uri (pypi-uri "testrepository" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ssqb07c277010i6gzzkbdd46gd9mrj0bi0i8vn560n2k2y4j93m"))))
|
||||
|
|
Loading…
Reference in a new issue