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-09 01:03:25 +00:00 committed by GitHub
parent c363e25220
commit f9c2ed0713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];