python312Packages.pygccxml: 2.5.0 -> 2.6.0 (#356872)

This commit is contained in:
Matthieu Coudron 2024-11-18 11:00:03 +01:00 committed by GitHub
commit 22354d579d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pygccxml";
version = "2.5.0";
version = "2.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "gccxml";
repo = "pygccxml";
rev = "refs/tags/v${version}";
hash = "sha256-wHZy2BG3h+OMTvIAPtLlq1vsW5V/TqZdnzBJ9VipMiQ=";
hash = "sha256-HTDbkhSbjFl41+i91M9cBwNs8nbcz+0H439Li0WFemg=";
};
nativeBuildInputs = [ setuptools ];