1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

gnu: htseq: Use PyPI URI.

This is a follow-up to 92971d68ac.

* gnu/packages/bioinformatics.scm (htseq)[source]: Use 'pypi-uri'.
This commit is contained in:
Ben Woodcroft
2017-08-03 21:08:13 +10:00
parent 92971d68ac
commit 75e6639f36

View File

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