python3Packages.cxxheaderparser: 1.7.3 -> 1.8.1

This commit is contained in:
R. Ryantm
2026-06-18 03:20:53 +00:00
parent a0fe7a7f2e
commit 13522aacab
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "cxxheaderparser";
version = "1.7.3";
version = "1.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "robotpy";
repo = "cxxheaderparser";
tag = version;
hash = "sha256-1i8HbVq1dEXktKCZg/ZGX0n5J8LrZx64flMCP/c6ltI=";
hash = "sha256-l81b/M6ir3aWnycrl8RfuN3JQYkcRcTFRhejBWXGgb4=";
};
postPatch = ''