mpython3Packages.pybind11: 3.0.4 -> 3.1.0 (#550949)

This commit is contained in:
dotlambda
2026-08-18 12:07:23 -07:00
committed by GitHub

View File

@@ -30,14 +30,14 @@ let
in
buildPythonPackage (finalAttrs: {
pname = "pybind11";
version = "3.0.4";
version = "3.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pybind";
repo = "pybind11";
tag = "v${finalAttrs.version}";
hash = "sha256-QZKnIOopEDsiRFkc1qQ+DaDHoTNuEEgQVeiAL0sQqak=";
hash = "sha256-rzpe7CrgIa5Df2OrB/9mxIJd3X5DA7FX0C+w7TcmAoQ=";
};
build-system = [