python313Packages.cxxheaderparser: 1.5.0 -> 1.5.4 (#430746)
This commit is contained in:
commit
bf9b0d344d
@ -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 = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user