python3Packages.pybind11: 2.8.1 -> 2.9.0 (#152525)

https://github.com/pybind/pybind11/releases/tag/v2.9.0
This commit is contained in:
Robert Schütz
2022-01-08 20:03:25 -05:00
committed by GitHub
parent c363e25220
commit f9c2ed0713
@@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "pybind11";
version = "2.8.1";
version = "2.9.0";
src = fetchFromGitHub {
owner = "pybind";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Gk4ZN/g6SRWFm0ALCvyald/9zq3wBd48mGdqdGCeGYI=";
hash = "sha256-zYDgXXpn8Z1Zti8Eje8qxDvbQV70/LmezG3AtxzDG+o=";
};
nativeBuildInputs = [ cmake ];