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 c562b1b + 1c34da7 commit 22354d5Copy full SHA for 22354d5
pkgs/development/python-modules/pygccxml/default.nix
@@ -10,7 +10,7 @@
10
11
buildPythonPackage rec {
12
pname = "pygccxml";
13
- version = "2.5.0";
+ version = "2.6.0";
14
pyproject = true;
15
16
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
19
owner = "gccxml";
20
repo = "pygccxml";
21
rev = "refs/tags/v${version}";
22
- hash = "sha256-wHZy2BG3h+OMTvIAPtLlq1vsW5V/TqZdnzBJ9VipMiQ=";
+ hash = "sha256-HTDbkhSbjFl41+i91M9cBwNs8nbcz+0H439Li0WFemg=";
23
};
24
25
nativeBuildInputs = [ setuptools ];
0 commit comments