gnu: htseq: Update to 0.12.3.
* gnu/packages/bioinformatics.scm (htseq): Update to 0.12.3.
This commit is contained in:
parent
6eecbfb9ac
commit
b81daed2de
1 changed files with 2 additions and 2 deletions
|
@ -4339,13 +4339,13 @@ HMMs).")
|
||||||
(define-public htseq
|
(define-public htseq
|
||||||
(package
|
(package
|
||||||
(name "htseq")
|
(name "htseq")
|
||||||
(version "0.9.1")
|
(version "0.12.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "HTSeq" version))
|
(uri (pypi-uri "HTSeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11flgb1381xdhk43bzbfm3vhnszkpqg6jk76rpa5xd1zbrvvlnxg"))))
|
"0pk41vkzxsbb5nv644325mh8akmz4zdply9r2s80dgg5b21pgp0b"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython)))
|
`(("python-cython" ,python-cython)))
|
||||||
|
|
Reference in a new issue