python3Packages.nanobind: 2.10.2 -> 2.11.0

This commit is contained in:
Philipp Arras
2026-02-03 12:38:23 +01:00
parent 2ceaa3507d
commit 30a3697b60
@@ -26,7 +26,7 @@
}:
buildPythonPackage rec {
pname = "nanobind";
version = "2.10.2";
version = "2.11.0";
pyproject = true;
src = fetchFromGitHub {
@@ -34,7 +34,7 @@ buildPythonPackage rec {
repo = "nanobind";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-io44YhN+VpfHFWyvvLWSanRgbzA0whK8WlDNRi3hahU=";
hash = "sha256-IsR3e6eWKXFtOXq8iZLpXgwrjXVqNnHtuiKdIbTsDlc=";
};
build-system = [