python312Packages.pygccxml: 2.5.0 -> 2.6.0
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pygccxml";
|
pname = "pygccxml";
|
||||||
version = "2.5.0";
|
version = "2.6.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
owner = "gccxml";
|
owner = "gccxml";
|
||||||
repo = "pygccxml";
|
repo = "pygccxml";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-wHZy2BG3h+OMTvIAPtLlq1vsW5V/TqZdnzBJ9VipMiQ=";
|
hash = "sha256-HTDbkhSbjFl41+i91M9cBwNs8nbcz+0H439Li0WFemg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools ];
|
nativeBuildInputs = [ setuptools ];
|
||||||
|
|||||||
Reference in New Issue
Block a user