3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: seqmagick: Use 'pypi-uri'.

* gnu/packages/bioinformatics.scm (seqmagick)[source]: Use 'pypi-uri'.
This commit is contained in:
Ben Woodcroft 2018-01-10 16:44:11 +10:00
parent 3146f22dec
commit f6e2d86f8e
No known key found for this signature in database
GPG key ID: 2A6AD9F4AAC20DF6

View file

@ -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"))))