python310Packages.pybind11: 2.10.0 -> 2.10.1

https://github.com/pybind/pybind11/releases/tag/v2.10.1
This commit is contained in:
Robert Schütz
2022-11-08 19:30:19 -08:00
parent 61dcd8abc4
commit 3f623f2b19

View File

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