python3Packages.pybind11: 2.9.1 -> 2.9.2

https://github.com/pybind/pybind11/releases/tag/v2.9.2
This commit is contained in:
Robert Schütz 2022-04-17 18:54:53 +00:00 committed by Frederik Rietdijk
parent fb55c9d14c
commit 9af0939eae

View file

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "pybind11";
version = "2.9.1";
version = "2.9.2";
src = fetchFromGitHub {
owner = "pybind";
repo = pname;
rev = "v${version}";
hash = "sha256-wBvEWQlZhHoSCMbGgYtB3alWBLA8mA8Mz6JPLhXa3Pc=";
hash = "sha256-O3bkexUBa+gfiJEM6KSR8y/iVqHqlCFmz/9EghxdIpw=";
};
nativeBuildInputs = [ cmake ];
@ -66,6 +66,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/pybind/pybind11";
changelog = "https://github.com/pybind/pybind11/blob/${src.rev}/docs/changelog.rst";
description = "Seamless operability between C++11 and Python";
longDescription = ''
Pybind11 is a lightweight header-only library that exposes