diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-15 00:21:13 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:19:19 +0100 |
| commit | 4a613db042a1f8a6184f8373f67dfa2a17c17bf2 (patch) | |
| tree | f410690bf5eee9d9e7b3c1e229c65a01707fd93c /gnu | |
| parent | abe18178a794fb7487371c19c0c835cfb40c19b6 (diff) | |
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 <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 8b73e04005..48baf54492 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 |
