python313Packages.cxxheaderparser: 1.5.0 -> 1.5.4

Diff: https://github.com/robotpy/cxxheaderparser/compare/1.5.0...1.5.4
This commit is contained in:
Fabian Affolter 2025-08-03 22:37:31 +02:00
parent 77a52192a7
commit a72966c367

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "cxxheaderparser";
version = "1.5.0";
version = "1.5.4";
pyproject = true;
src = fetchFromGitHub {
owner = "robotpy";
repo = "cxxheaderparser";
rev = version;
hash = "sha256-+Q8EaVhx8/e+37GEHW3In5tMTIMl+5MySuCLgAzTypo=";
hash = "sha256-56u7JPlms6ep53LsrDEkwctG2VQzmIVQyjSFLZaK95g=";
};
postPatch = ''