From fd64a8182e55e78ab6d301540e48e5a388ef4474 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 29 Jun 2026 14:54:46 +0000 Subject: [PATCH] python3Packages.scanpy: 1.12.1 -> 1.12.2 Diff: https://github.com/scverse/scanpy/compare/1.12.1...1.12.2 Changelog: https://github.com/scverse/scanpy/releases/tag/1.12.2 --- pkgs/development/python-modules/scanpy/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/scanpy/default.nix b/pkgs/development/python-modules/scanpy/default.nix index cad855c690a3..4a6d8a50678d 100644 --- a/pkgs/development/python-modules/scanpy/default.nix +++ b/pkgs/development/python-modules/scanpy/default.nix @@ -26,6 +26,7 @@ pynndescent, scikit-learn, scipy, + scverse-misc, seaborn, session-info2, statsmodels, @@ -63,14 +64,15 @@ buildPythonPackage (finalAttrs: { pname = "scanpy"; - version = "1.12.1"; + version = "1.12.2"; pyproject = true; + __structuredAttrs = true; src = fetchFromGitHub { owner = "scverse"; repo = "scanpy"; tag = finalAttrs.version; - hash = "sha256-r8kicjCFyEKLxQtFYuZg0NKK7gRBoaLSSFGWqcQtBqM="; + hash = "sha256-0CtFaj0+mCNDLG5h728vJkvYGcsa48SbDd3/Y8TXtQo="; }; # Otherwise, several tests fail to be collected: @@ -105,6 +107,7 @@ buildPythonPackage (finalAttrs: { pynndescent scikit-learn scipy + scverse-misc seaborn session-info2 statsmodels @@ -206,6 +209,7 @@ buildPythonPackage (finalAttrs: { "test_burczynski06" "test_clip" "test_doc_shape" + "test_download_atomic" "test_download_failure" "test_ebi_expression_atlas" "test_mean_var"