summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-01-25 23:27:25 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-01-25 23:27:25 +0100
commitfdb0b40b0e7e4aa3d4bfd0f7b0174d7781c7b883 (patch)
treea830ece5295da501110c974e115553da89edd308
parent4cd7c58cf13096f1e489a4d22a34ef613c7dccc8 (diff)
downloadguix-fdb0b40b0e7e4aa3d4bfd0f7b0174d7781c7b883.tar.gz
gnu: pepr: Use PYPI-URI.
* gnu/packages/bioinformatics.scm (pepr)[source]: Use PYPI-URI.
-rw-r--r--gnu/packages/bioinformatics.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 12267a7c6e..37b00977ba 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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"))))