mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-pretend: Use PYPI-URI.
* gnu/packages/python-xyz.scm (python-pretend)[source]: Use PYPI-URI.
This commit is contained in:
parent
337c3a1e6c
commit
9f1f22ee70
1 changed files with 1 additions and 2 deletions
|
@ -6358,8 +6358,7 @@ (define-public python-pretend
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pypi.python.org/packages/source/p/"
|
||||
"pretend/pretend-" version ".tar.gz"))
|
||||
(uri (pypi-uri "pretend" version))
|
||||
(sha256
|
||||
(base32
|
||||
"040vm94lcbscg5p81g1icmwwwa2jm7wrd1ybmxnv1sz8rl8bh3n9"))))
|
||||
|
|
Loading…
Reference in a new issue