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:
parent
92971d68ac
commit
75e6639f36
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue