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

commit 001991024ad9127538a758a659b0f60ddb870ba0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Dec 15 00:21:13 2025 +0000

    gnu: python-loompy: Update to 3.0.8.
    
    * gnu/packages/bioinformatics.scm (python-loompy): Update to 3.0.8.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I7ca3d2a5d4e7005bd885197d9739df1c7b3e18f9
---
 gnu/packages/bioinformatics.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 82109dc4ca..61373e216a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -17186,8 +17186,7 @@ traversal from leaf to root.")
 (define-public python-loompy
   (package
     (name "python-loompy")
-    (version "3.0.7")
-    ;; The tarball on Pypi does not include the tests.
+    (version "3.0.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -17196,7 +17195,7 @@ traversal from leaf to root.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xmw2yv1y3y7vh5jcbrmlkn43nmfs0pf6z78k1yxqs3qy248m9b0"))))
+                "1v01imvhj3i7pz720y18cq00yc9w4qkwi0ds01claaxxddjclwsp"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -17225,7 +17224,7 @@ traversal from leaf to root.")
            python-pandas
            python-scipy))
     (native-inputs
-     (list python-pytest python-setuptools python-wheel))
+     (list python-pytest python-setuptools))
     (home-page "https://github.com/linnarsson-lab/loompy";)
     (synopsis "Work with .loom files for single-cell RNA-seq data")
     (description "The loom file format is an efficient format for very large

Reply via email to