Skip to content

Commit 0f681c0

Browse files
committed
python313Packages.cxxheaderparser: 1.4.1 -> 1.5.0
Diff: robotpy/cxxheaderparser@1.4.1...1.5.0
1 parent 43ab99c commit 0f681c0

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/cxxheaderparser

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/cxxheaderparser/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "cxxheaderparser";
12-
version = "1.4.1";
12+
version = "1.5.0";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "robotpy";
1717
repo = "cxxheaderparser";
1818
rev = version;
19-
hash = "sha256-oUZI5mPTc+/FkXimZ6ZnjOC9wk3sPuQRTFjVv3lgqg4=";
19+
hash = "sha256-+Q8EaVhx8/e+37GEHW3In5tMTIMl+5MySuCLgAzTypo=";
2020
};
2121

2222
postPatch = ''

0 commit comments

Comments
 (0)