python312Packages.pygccxml: 2.4.0 -> 2.5.0

This commit is contained in:
R. Ryantm 2024-04-14 17:13:25 +00:00
parent 55b4d7d86f
commit f82cd4f491
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pygccxml";
version = "2.4.0";
version = "2.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "gccxml";
repo = "pygccxml";
rev = "refs/tags/v${version}";
hash = "sha256-rw99afv68c92LWmKUErB1y0Cts69UEpI0GCxSMvD+B8=";
hash = "sha256-wHZy2BG3h+OMTvIAPtLlq1vsW5V/TqZdnzBJ9VipMiQ=";
};
nativeBuildInputs = [