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")
|
(version "0.9.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "HTSeq" version))
|
||||||
"https://pypi.python.org/packages/source/H/HTSeq/HTSeq-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11flgb1381xdhk43bzbfm3vhnszkpqg6jk76rpa5xd1zbrvvlnxg"))))
|
"11flgb1381xdhk43bzbfm3vhnszkpqg6jk76rpa5xd1zbrvvlnxg"))))
|
||||||
|
|
Loading…
Reference in New Issue