python3Packages.nanobind: 2.4.0 -> 2.5.0 (#381786)

This commit is contained in:
Gaétan Lepage 2025-02-13 19:06:36 +01:00 committed by GitHub
commit 769fc7051a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,14 +25,14 @@
}:
buildPythonPackage rec {
pname = "nanobind";
version = "2.4.0";
version = "2.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "wjakob";
repo = "nanobind";
tag = "v${version}";
hash = "sha256-9OpDsjFEeJGtbti4Q9HHl78XaGf8M3lG4ukvHCMzyMU=";
hash = "sha256-sH+qZHd9OKDxl2yTAeDh4xLwW64k6nIToyLfd3cR6kE=";
fetchSubmodules = true;
};