Skip to content

Commit 22354d5

Browse files
authored
python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872)
2 parents c562b1b + 1c34da7 commit 22354d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage rec {
1212
pname = "pygccxml";
13-
version = "2.5.0";
13+
version = "2.6.0";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919
owner = "gccxml";
2020
repo = "pygccxml";
2121
rev = "refs/tags/v${version}";
22-
hash = "sha256-wHZy2BG3h+OMTvIAPtLlq1vsW5V/TqZdnzBJ9VipMiQ=";
22+
hash = "sha256-HTDbkhSbjFl41+i91M9cBwNs8nbcz+0H439Li0WFemg=";
2323
};
2424

2525
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)