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

python310Packages.pyface: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
fcdc8aee 2f5be039

+2 -1
+2 -1
pkgs/development/python-modules/pyface/default.nix
··· 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "sha256-ds0e4C6UaVH7bCt/+YDduJEhQ31hq15t/epaeTZ9kDY="; 19 + hash = "sha256-ds0e4C6UaVH7bCt/+YDduJEhQ31hq15t/epaeTZ9kDY="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [ ··· 34 34 meta = with lib; { 35 35 description = "Traits-capable windowing framework"; 36 36 homepage = "https://github.com/enthought/pyface"; 37 + changelog = "https://github.com/enthought/pyface/releases/tag/${version}"; 37 38 maintainers = with maintainers; [ knedlsepp ]; 38 39 license = licenses.bsdOriginal; 39 40 };