nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pygccxml: 2.6.1 -> 3.0.2

authored by

R. Ryantm and committed by
Matthieu Coudron
2e1119b8 e8306690

+3 -3
+3 -3
pkgs/development/python-modules/pygccxml/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pygccxml"; 13 - version = "2.6.1"; 13 + version = "3.0.2"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "gccxml"; 20 20 repo = "pygccxml"; 21 21 tag = "v${version}"; 22 - hash = "sha256-SVlzgIlaKVbnestxTJX2yjVaspZ6fq5bBokRy8jzD3Q="; 22 + hash = "sha256-pIo25/tKiXpyiWUkpILPDPTNWIUEGK4uRSTpvoGwS1Q="; 23 23 }; 24 24 25 25 nativeBuildInputs = [ setuptools ]; ··· 36 36 meta = with lib; { 37 37 description = "Python package for easy C++ declarations navigation"; 38 38 homepage = "https://github.com/gccxml/pygccxml"; 39 - changelog = "https://github.com/CastXML/pygccxml/blob/v${version}/CHANGELOG.md"; 39 + changelog = "https://github.com/CastXML/pygccxml/blob/${src.tag}/CHANGELOG.md"; 40 40 license = licenses.boost; 41 41 maintainers = with maintainers; [ teto ]; 42 42 };