diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-25 23:27:25 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-25 23:27:25 +0100 |
commit | fdb0b40b0e7e4aa3d4bfd0f7b0174d7781c7b883 (patch) | |
tree | a830ece5295da501110c974e115553da89edd308 /gnu/packages | |
parent | 4cd7c58cf13096f1e489a4d22a34ef613c7dccc8 (diff) | |
download | guix-fdb0b40b0e7e4aa3d4bfd0f7b0174d7781c7b883.tar guix-fdb0b40b0e7e4aa3d4bfd0f7b0174d7781c7b883.tar.gz |
gnu: pepr: Use PYPI-URI.
* gnu/packages/bioinformatics.scm (pepr)[source]: Use PYPI-URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
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")))) |