From 168a68e7dbc139ab6b5f769cf5b33fba9031830e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 21 Oct 2025 10:27:29 +0000 Subject: [PATCH] python3Packages.scanpy: 1.11.4 -> 1.11.5 Diff: https://github.com/scverse/scanpy/compare/1.11.4...1.11.5 Changelog: https://github.com/scverse/scanpy/releases/tag/1.11.5 --- pkgs/development/python-modules/scanpy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/scanpy/default.nix b/pkgs/development/python-modules/scanpy/default.nix index 095f5bbf08df..133513e646ad 100644 --- a/pkgs/development/python-modules/scanpy/default.nix +++ b/pkgs/development/python-modules/scanpy/default.nix @@ -44,14 +44,14 @@ buildPythonPackage rec { pname = "scanpy"; - version = "1.11.4"; + version = "1.11.5"; pyproject = true; src = fetchFromGitHub { owner = "scverse"; repo = "scanpy"; tag = version; - hash = "sha256-EvNelorfLOpYLGGZ1RSq4+jk6emuCWCKBdUop24iLf4="; + hash = "sha256-GnZ1qJ4SaTLDzfLAH6IHrYeuMBo8PglKUlj4f3ljeR0="; }; build-system = [