python3Packages.nanobind: 2.9.2 -> 2.10.1

This commit is contained in:
Philipp Arras
2025-12-15 20:33:48 +00:00
committed by Gaetan Lepage
parent b585cdcd61
commit a6e29045a5
@@ -26,7 +26,7 @@
}:
buildPythonPackage rec {
pname = "nanobind";
version = "2.9.2";
version = "2.10.1";
pyproject = true;
src = fetchFromGitHub {
@@ -34,7 +34,7 @@ buildPythonPackage rec {
repo = "nanobind";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-cC+sf2FUm1jdGMRdDoaQK8rjUVkWjn/53c1HQ5gsUWs=";
hash = "sha256-LNr3d0ytnkcJOps6DzdZtyiihFwNgv34s5RJsRBD844=";
};
build-system = [