We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 696cce8 + 0f681c0 commit df57346Copy full SHA for df57346
pkgs/development/python-modules/cxxheaderparser/default.nix
@@ -9,14 +9,14 @@
9
10
buildPythonPackage rec {
11
pname = "cxxheaderparser";
12
- version = "1.4.1";
+ version = "1.5.0";
13
pyproject = true;
14
15
src = fetchFromGitHub {
16
owner = "robotpy";
17
repo = "cxxheaderparser";
18
rev = version;
19
- hash = "sha256-oUZI5mPTc+/FkXimZ6ZnjOC9wk3sPuQRTFjVv3lgqg4=";
+ hash = "sha256-+Q8EaVhx8/e+37GEHW3In5tMTIMl+5MySuCLgAzTypo=";
20
};
21
22
postPatch = ''
0 commit comments