gnu: htseq: Use PyPI URI.

This is a follow-up to 92971d68ac.

* gnu/packages/bioinformatics.scm (htseq)[source]: Use 'pypi-uri'.
master
Ben Woodcroft 2017-08-03 21:08:13 +10:00
parent 92971d68ac
commit 75e6639f36
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 1 additions and 3 deletions

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