Skip to content
Snippets Groups Projects
Unverified Commit fdb0b40b authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: pepr: Use PYPI-URI.

* gnu/packages/bioinformatics.scm (pepr)[source]: Use PYPI-URI.
parent 4cd7c58c
No related branches found
No related tags found
No related merge requests found
...@@ -9129,8 +9129,7 @@ (define-public pepr ...@@ -9129,8 +9129,7 @@ (define-public pepr
(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"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment