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

View File

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