python3Packages.cxxheaderparser: 1.3.4 -> 1.4.0

This commit is contained in:
Guilhem Saurel
2024-09-30 13:14:29 +02:00
parent 9357f4f237
commit 7e2b975d95
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "cxxheaderparser";
version = "1.3.4";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "robotpy";
repo = "cxxheaderparser";
rev = version;
hash = "sha256-Cyo+18mH1p5Zy4dWP3mjZRIkZZOyb61ABedk/amDi0g=";
hash = "sha256-Gf7O1jFICLUcN0z4WYQmh7co2AxdzJY+tdXzu/AdG/g=";
};
postPatch = ''