gnu: pepr: Use PYPI-URI.
* gnu/packages/bioinformatics.scm (pepr)[source]: Use PYPI-URI.
This commit is contained in:
parent
4cd7c58cf1
commit
fdb0b40b0e
|
@ -9129,8 +9129,7 @@ may optionally be provided to further inform the peak-calling process.")
|
|||
(version "1.0.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pypi.python.org/packages/source/P"
|
||||
"/PePr/PePr-" version ".tar.gz"))
|
||||
(uri (pypi-uri "PePr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qxjfdpl1b1y53nccws2d85f6k74zwmx8y8sd9rszcqhfayx6gdx"))))
|
||||
|
|
Loading…
Reference in New Issue