diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-12 12:38:21 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-03-12 14:51:11 +0100 |
| commit | 158098977ffc2823235f08fdfc337ed2ff9f3c3e (patch) | |
| tree | 37fd95c88aa3db5e02560bead621e5b736f3f633 | |
| parent | 38917f00de2a047da6e32df3f1e8407e43ddfff3 (diff) | |
gnu: python-cell2cell: Update to 0.8.4.
* gnu/packages/bioinformatics.scm (python-cell2cell): Update to 0.8.4.
Change-Id: I0210208e0d61f46a707e352d45c9246c473200d0
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fd9ebb6bbb7..a9012ca9212 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2366,7 +2366,7 @@ to explore and analyze bulk RNA-seq data.") (define-public python-cell2cell (package (name "python-cell2cell") - (version "0.7.4") + (version "0.8.4") (source (origin (method git-fetch) (uri (git-reference @@ -2375,7 +2375,7 @@ to explore and analyze bulk RNA-seq data.") (file-name (git-file-name name version)) (sha256 (base32 - "02cqc5rm0qkm0np1k7bim1w7f5qjnwf1jcm5albd9cpvfs4bwgdr")) + "0z5dcm9i74c5iaqq92y25khg7i2smrfj8jb1g26iwzwf1cqxghmn")) (modules '((guix build utils))) (snippet '(begin |
