guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: htseq: Use PyPI URI.


From: Ben Woodcroft
Subject: 01/01: gnu: htseq: Use PyPI URI.
Date: Thu, 3 Aug 2017 07:13:09 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 75e6639f364d77378edbc10022bca09040336a56
Author: Ben Woodcroft <address@hidden>
Date:   Thu Aug 3 21:08:13 2017 +1000

    gnu: htseq: Use PyPI URI.
    
    This is a follow-up to 92971d68ac942cd4a38092b4ccb20a8192a56aaf.
    
    * gnu/packages/bioinformatics.scm (htseq)[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 4de245a..e3c3bbc 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2984,9 +2984,7 @@ HMMs).")
     (version "0.9.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "https://pypi.python.org/packages/source/H/HTSeq/HTSeq-";
-                    version ".tar.gz"))
+              (uri (pypi-uri "HTSeq" version))
               (sha256
                (base32
                 "11flgb1381xdhk43bzbfm3vhnszkpqg6jk76rpa5xd1zbrvvlnxg"))))



reply via email to

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