gnu: pepr: Use PYPI-URI.

* gnu/packages/bioinformatics.scm (pepr)[source]: Use PYPI-URI.
This commit is contained in:
Ricardo Wurmus 2019-01-25 23:27:25 +01:00
parent 4cd7c58cf1
commit fdb0b40b0e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -9129,8 +9129,7 @@ may optionally be provided to further inform the peak-calling process.")
(version "1.0.9") (version "1.0.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/P" (uri (pypi-uri "PePr" version))
"/PePr/PePr-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0qxjfdpl1b1y53nccws2d85f6k74zwmx8y8sd9rszcqhfayx6gdx")))) "0qxjfdpl1b1y53nccws2d85f6k74zwmx8y8sd9rszcqhfayx6gdx"))))