python3Packages.pygccxml: 2.6.1 -> 3.0.2

This commit is contained in:
R. Ryantm
2025-05-04 02:28:22 +02:00
committed by Matthieu Coudron
parent e830669088
commit 2e1119b85e
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pygccxml";
version = "2.6.1";
version = "3.0.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "gccxml";
repo = "pygccxml";
tag = "v${version}";
hash = "sha256-SVlzgIlaKVbnestxTJX2yjVaspZ6fq5bBokRy8jzD3Q=";
hash = "sha256-pIo25/tKiXpyiWUkpILPDPTNWIUEGK4uRSTpvoGwS1Q=";
};
nativeBuildInputs = [ setuptools ];
@@ -36,7 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python package for easy C++ declarations navigation";
homepage = "https://github.com/gccxml/pygccxml";
changelog = "https://github.com/CastXML/pygccxml/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/CastXML/pygccxml/blob/${src.tag}/CHANGELOG.md";
license = licenses.boost;
maintainers = with maintainers; [ teto ];
};