From 4a613db042a1f8a6184f8373f67dfa2a17c17bf2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 15 Dec 2025 00:21:13 +0000 Subject: [PATCH] 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 Signed-off-by: Rutherther --- 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 8b73e04005735ab3abf979d58db627819b832020..48baf544926cca23478db00b37f467315e5ab3e8 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -17188,8 +17188,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 @@ -17198,7 +17197,7 @@ traversal from leaf to root.") (file-name (git-file-name name version)) (sha256 (base32 - "0xmw2yv1y3y7vh5jcbrmlkn43nmfs0pf6z78k1yxqs3qy248m9b0")))) + "1v01imvhj3i7pz720y18cq00yc9w4qkwi0ds01claaxxddjclwsp")))) (build-system pyproject-build-system) (arguments (list @@ -17227,7 +17226,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