Merge pull request #222090 from SuperSandro2000/python310Packages.pybind11

python310Packages.pybind11: 2.10.3 -> 2.10.4
This commit is contained in:
Sandro 2023-03-23 14:10:04 +01:00 committed by GitHub
commit e61b0e1734
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.3";
version = "2.10.4";
src = fetchFromGitHub {
owner = "pybind";
repo = pname;
rev = "v${version}";
hash = "sha256-Rlr6Ec6BEujTxQkQ9UP+6u0cYeFsJlj7U346MtRM6QM=";
hash = "sha256-n7nLEG2+sSR9wnxM+C8FWc2B+Mx74Pan1+IQf+h2bGU=";
};
postPatch = ''