guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: seqmagick: Use 'pypi-uri'.


From: Ben Woodcroft
Subject: 02/02: gnu: seqmagick: Use 'pypi-uri'.
Date: Wed, 10 Jan 2018 05:18:11 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit f6e2d86f8e9d4d96954c4f2baa01d7c167626373
Author: Ben Woodcroft <address@hidden>
Date:   Wed Jan 10 16:44:11 2018 +1000

    gnu: seqmagick: Use 'pypi-uri'.
    
    * gnu/packages/bioinformatics.scm (seqmagick)[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 9a8cf89..f0bfa93 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5381,9 +5381,7 @@ bioinformatics file formats, sequence alignment, and 
more.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/s/seqmagick/seqmagick-";
-             version ".tar.gz"))
+       (uri (pypi-uri "seqmagick" version))
        (sha256
         (base32
          "12bfyp8nqi0hd36rmj450aygafp01qy3hkbvlwn3bk39pyjjkgg5"))))



reply via email to

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