guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: pepr: Use PYPI-URI.


From: guix-commits
Subject: 06/06: gnu: pepr: Use PYPI-URI.
Date: Fri, 25 Jan 2019 17:28:35 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fdb0b40b0e7e4aa3d4bfd0f7b0174d7781c7b883
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 23:27:25 2019 +0100

    gnu: pepr: Use PYPI-URI.
    
    * gnu/packages/bioinformatics.scm (pepr)[source]: Use PYPI-URI.
---
 gnu/packages/bioinformatics.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 12267a7..37b0097 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]