python3Packages.cxxheaderparser: 1.4.0 -> 1.4.1 (#352814)

This commit is contained in:
Nick Cao 2024-11-01 11:04:35 -04:00 committed by GitHub
commit 31d9816190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "cxxheaderparser";
version = "1.4.0";
version = "1.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "robotpy";
repo = "cxxheaderparser";
rev = version;
hash = "sha256-Gf7O1jFICLUcN0z4WYQmh7co2AxdzJY+tdXzu/AdG/g=";
hash = "sha256-oUZI5mPTc+/FkXimZ6ZnjOC9wk3sPuQRTFjVv3lgqg4=";
};
postPatch = ''