diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-07 19:41:29 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-07 23:20:36 +0100 |
commit | b81daed2dedc6538fd706201ff4ee270bbfd2e87 (patch) | |
tree | b43f879f161bafffa3f463f4fe44254125c08b0d | |
parent | 6eecbfb9ac63f0d0fcb31ec5e92f3aad357fe5a5 (diff) | |
download | guix-b81daed2dedc6538fd706201ff4ee270bbfd2e87.tar.gz |
gnu: htseq: Update to 0.12.3.
* gnu/packages/bioinformatics.scm (htseq): Update to 0.12.3.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index b6970eb5e9..ee902c0148 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4339,13 +4339,13 @@ HMMs).") (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))) |