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

This commit is contained in:
dotlambda
2025-05-12 01:55:01 -07:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "docformatter";
version = "1.7.5";
version = "1.7.7";
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
tag = "v${version}";
hash = "sha256-QUjeG84KwI5Y3MU1wrmjHBXU2tEJ0CuiR3Y/S+dX7Gs=";
hash = "sha256-eLjaHso1p/nD9K0E+HkeBbnCnvjZ1sdpfww9tzBh0TI=";
};
patches = [ ./test-path.patch ];
@@ -57,7 +57,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "docformatter" ];
meta = {
changelog = "https://github.com/PyCQA/docformatter/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/PyCQA/docformatter/blob/${src.tag}/CHANGELOG.md";
description = "Formats docstrings to follow PEP 257";
mainProgram = "docformatter";
homepage = "https://github.com/myint/docformatter";