guix-commits
[Top][All Lists]
Advanced

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

61/64: gnu: python-cooler: Update to 0.9.3.


From: guix-commits
Subject: 61/64: gnu: python-cooler: Update to 0.9.3.
Date: Thu, 2 May 2024 10:52:39 -0400 (EDT)

rekado pushed a commit to branch wip-python-team
in repository guix.

commit 7a6f47c03d0535fab946d74636c2ede7e6c05d16
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 2 16:23:28 2024 +0200

    gnu: python-cooler: Update to 0.9.3.
    
    * gnu/packages/bioinformatics.scm (python-cooler): Update to 0.9.3.
    
    Change-Id: I4b89d552a424e74f76cda0c527dc7b712b8c9f31
---
 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 1d796e31a6..b672abc29b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -17838,14 +17838,14 @@ fasta subsequences.")
 (define-public python-cooler
   (package
     (name "python-cooler")
-    (version "0.9.1")
+    (version "0.9.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cooler" version))
        (sha256
         (base32
-         "0capn4jj3mkxfwcc65cg644zvrv4sqr2wxr0ylx5w767jx3yb7p2"))))
+         "0qqb0i5449r6w871klsbjzxsjhdkpsaas3hvs9f1hc7ssrkf1vi1"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

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