python310Packages.pybind11: 2.10.1 -> 2.10.2

https://github.com/pybind/pybind11/blob/v2.10.2/docs/changelog.rst
This commit is contained in:
Robert Schütz 2022-12-22 03:19:20 -08:00 committed by Robert Schütz
parent ca4153f6e3
commit 81465ba949

View File

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "pybind11";
version = "2.10.1";
version = "2.10.2";
src = fetchFromGitHub {
owner = "pybind";
repo = pname;
rev = "v${version}";
hash = "sha256-9NS0/fLW2zEmEXhI9GfNN3C/CeI5xibFHwMoUebI90U=";
hash = "sha256-YxAkozyWNTKMCIEk3AhHZbRHtzhRrCSB3wh/Qy9CIyU=";
};
postPatch = ''