mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-discover: Use PYPI-URI.
* gnu/packages/check.scm (python-discover)[source]: Use PYPI-URI.
This commit is contained in:
parent
cb539b7c12
commit
415ae33073
1 changed files with 1 additions and 3 deletions
|
@ -1802,9 +1802,7 @@ (define-public python-discover
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/d/discover/discover-"
|
||||
version ".tar.gz"))
|
||||
(uri (pypi-uri "discover" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y8d0zwiqar51kxj8lzmkvwc3b8kazb04gk5zcb4nzg5k68zmhq5"))))
|
||||
|
|
Loading…
Reference in a new issue