Commit 2e1119b8 authored by R. RyanTM's avatar R. RyanTM Committed by Matthieu Coudron
Browse files

python3Packages.pygccxml: 2.6.1 -> 3.0.2

parent e8306690
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };