python3Packages.anndata: 0.12.4 -> 0.12.6 (#460142)

This commit is contained in:
Samuel Ainsworth
2025-11-10 18:24:18 +00:00
committed by GitHub

View File

@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "anndata";
version = "0.12.4";
version = "0.12.6";
pyproject = true;
src = fetchFromGitHub {
owner = "scverse";
repo = "anndata";
tag = version;
hash = "sha256-8tHM46wRr896JzZcWKBDy1QLrz/iwKE8YKfRby2Fmb8=";
hash = "sha256-VFZrPcb6uaBSOPxJKTJtcYewD8K2Qrsuk3/7+QW6F78=";
};
build-system = [