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

commit 6f7224318b9dc2fa896b758e8727cae92ba30bb3
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 7ee57344fc..0cc90dec52 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -17266,8 +17266,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
@@ -17276,7 +17275,7 @@ traversal from leaf to root.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xmw2yv1y3y7vh5jcbrmlkn43nmfs0pf6z78k1yxqs3qy248m9b0"))))
+                "1v01imvhj3i7pz720y18cq00yc9w4qkwi0ds01claaxxddjclwsp"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -17305,7 +17304,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