python310Packages.pybind11: 2.10.2 -> 2.10.3

https://github.com/pybind/pybind11/releases/tag/v2.10.3
This commit is contained in:
Robert Schütz
2023-01-18 18:11:05 -08:00
parent 936b567ca6
commit 4ddfd5f74d
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "pybind11";
version = "2.10.2";
version = "2.10.3";
src = fetchFromGitHub {
owner = "pybind";
repo = pname;
rev = "v${version}";
hash = "sha256-YxAkozyWNTKMCIEk3AhHZbRHtzhRrCSB3wh/Qy9CIyU=";
hash = "sha256-Rlr6Ec6BEujTxQkQ9UP+6u0cYeFsJlj7U346MtRM6QM=";
};
postPatch = ''