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

python3Packages.docformatter: 1.7.5 -> 1.7.7 (#406388)

authored by

dotlambda and committed by
GitHub
aa1d2259 de872c96

+3 -3
+3 -3
pkgs/development/python-modules/docformatter/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "docformatter"; 16 - version = "1.7.5"; 16 + version = "1.7.7"; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 ··· 23 23 owner = "PyCQA"; 24 24 repo = pname; 25 25 tag = "v${version}"; 26 - hash = "sha256-QUjeG84KwI5Y3MU1wrmjHBXU2tEJ0CuiR3Y/S+dX7Gs="; 26 + hash = "sha256-eLjaHso1p/nD9K0E+HkeBbnCnvjZ1sdpfww9tzBh0TI="; 27 27 }; 28 28 29 29 patches = [ ./test-path.patch ]; ··· 57 57 pythonImportsCheck = [ "docformatter" ]; 58 58 59 59 meta = { 60 - changelog = "https://github.com/PyCQA/docformatter/blob/${src.rev}/CHANGELOG.md"; 60 + changelog = "https://github.com/PyCQA/docformatter/blob/${src.tag}/CHANGELOG.md"; 61 61 description = "Formats docstrings to follow PEP 257"; 62 62 mainProgram = "docformatter"; 63 63 homepage = "https://github.com/myint/docformatter";