guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: python2-warpedlmm: Use PYPI-URI.


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

rekado pushed a commit to branch master
in repository guix.

commit 4cd7c58cf13096f1e489a4d22a34ef613c7dccc8
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 23:26:50 2019 +0100

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 28dbdca..12267a7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4503,9 +4503,7 @@ files and writing bioinformatics applications.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/W/WarpedLMM/WarpedLMM-";
-             version ".zip"))
+       (uri (pypi-uri "WarpedLMM" version ".zip"))
        (sha256
         (base32
          "1agfz6zqa8nc6cw47yh0s3y14gkpa9wqazwcj7mwwj3ffnw39p3j"))))



reply via email to

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