python3Packages.nanobind: 2.11.0 -> 2.12.0 (#504380)

This commit is contained in:
Gaétan Lepage
2026-03-30 21:57:14 +00:00
committed by GitHub
@@ -26,7 +26,7 @@
}:
buildPythonPackage (finalAttrs: {
pname = "nanobind";
version = "2.11.0";
version = "2.12.0";
pyproject = true;
src = fetchFromGitHub {
@@ -34,7 +34,7 @@ buildPythonPackage (finalAttrs: {
repo = "nanobind";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-IsR3e6eWKXFtOXq8iZLpXgwrjXVqNnHtuiKdIbTsDlc=";
hash = "sha256-s9TshE3V50BtrnVv56j4BxZOloNsOVgi0PUT6xyF7yY=";
};
build-system = [