Merge pull request #211503 from dotlambda/pybind11-2.10.3

python310Packages.pybind11: 2.10.2 -> 2.10.3
This commit is contained in:
Mario Rodas 2023-01-31 06:09:37 -05:00 committed by GitHub
commit cf95cb2e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "pybind11";
version = "2.10.2";
version = "2.10.3";
src = fetchFromGitHub {
owner = "pybind";
repo = pname;
rev = "v${version}";
hash = "sha256-YxAkozyWNTKMCIEk3AhHZbRHtzhRrCSB3wh/Qy9CIyU=";
hash = "sha256-Rlr6Ec6BEujTxQkQ9UP+6u0cYeFsJlj7U346MtRM6QM=";
};
postPatch = ''