This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch wip-python-team
in repository guix.
The following commit(s) were added to refs/heads/wip-python-team by this push:
new c60227d2fd gnu: python-cooler: Update to 0.9.3.
c60227d2fd is described below
commit c60227d2fd0aa3b906dbb07a59b88f9ea2b2b109
Author: Ricardo Wurmus <[email protected]>
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