Robert Schütz 2 years ago committed by Frederik Rietdijk
parent fb55c9d14c
commit 9af0939eae
  1. 5
      pkgs/development/python-modules/pybind11/default.nix

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

Loading…
Cancel
Save