guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: htseq: Update to 0.12.3.


From: guix-commits
Subject: 05/09: gnu: htseq: Update to 0.12.3.
Date: Tue, 7 Dec 2021 17:52:14 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit b81daed2dedc6538fd706201ff4ee270bbfd2e87
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 7 19:41:29 2021 +0100

    gnu: htseq: Update to 0.12.3.
    
    * gnu/packages/bioinformatics.scm (htseq): Update to 0.12.3.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b6970eb..ee902c0 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]