python313Packages.cxxheaderparser: 1.5.0 -> 1.5.4 (#430746)

This commit is contained in:
Fabian Affolter 2025-08-03 23:15:26 +02:00 committed by GitHub
commit bf9b0d344d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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