mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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 @@ (define-public hmmer
|
|||
(define-public htseq
|
||||
(package
|
||||
(name "htseq")
|
||||
(version "0.9.1")
|
||||
(version "0.12.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "HTSeq" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11flgb1381xdhk43bzbfm3vhnszkpqg6jk76rpa5xd1zbrvvlnxg"))))
|
||||
"0pk41vkzxsbb5nv644325mh8akmz4zdply9r2s80dgg5b21pgp0b"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-cython" ,python-cython)))
|
||||
|
|
Loading…
Reference in a new issue