python3Packages.pybind11: 3.0.2 -> 3.0.3

Diff: https://github.com/pybind/pybind11/compare/v3.0.2...v3.0.3

Changelog: https://github.com/pybind/pybind11/blob/v3.0.3/docs/changelog.md
This commit is contained in:
Robert Schütz
2026-04-04 19:37:59 -07:00
parent bf9ed600bb
commit 32387cdd27
@@ -30,14 +30,14 @@ let
in
buildPythonPackage (finalAttrs: {
pname = "pybind11";
version = "3.0.2";
version = "3.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "pybind";
repo = "pybind11";
tag = "v${finalAttrs.version}";
hash = "sha256-T09+cS8J3wG1NisgwBUh6g5KreOp9d5U1qOKS6x1pKk=";
hash = "sha256-q609c2Q1n37OJ9fK0uDcniQZPO2PL+fnWdArV56qR64=";
};
build-system = [