guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: python-scanpy: Update to 1.8.2.


From: guix-commits
Subject: 04/05: gnu: python-scanpy: Update to 1.8.2.
Date: Sun, 21 Nov 2021 03:08:01 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 6c9bbf80711d002ab56b2281f1d44c26bdc30f27
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Nov 21 09:03:22 2021 +0100

    gnu: python-scanpy: Update to 1.8.2.
    
    * gnu/packages/bioinformatics.scm (python-scanpy): Update to 1.8.2.
    [arguments]: Disable test_clustermap test.
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 51179d6..3668d0f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11903,7 +11903,7 @@ implementation differs in these ways:
 (define-public python-scanpy
   (package
     (name "python-scanpy")
-    (version "1.8.1")
+    (version "1.8.2")
     (source
      (origin
        (method git-fetch)
@@ -11913,7 +11913,7 @@ implementation differs in these ways:
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0w1qmv3djqi8q0sn5hv34ivzs157fwjjb9nflfnagnhpxmw8vx5g"))))
+         "14zax23lqinv7xyv3491vpl3ydi38naiwaxg5mkfs5zk2406cqdr"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -11970,6 +11970,7 @@ implementation differs in these ways:
                                       " and not 
test_scatter_embedding_add_outline_vmin_vmax_norm"
                                       " and not test_paga"
                                       " and not test_paga_compare"
+                                      " and not test_clustermap"
 
                                       ;; These try to connect to the network
                                       " and not 
test_plot_rank_genes_groups_gene_symbols"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]