Skip to content

Commit aa1d225

Browse files
authored
python3Packages.docformatter: 1.7.5 -> 1.7.7 (#406388)
2 parents de872c9 + a54e95e commit aa1d225

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/docformatter

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/docformatter/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "docformatter";
16-
version = "1.7.5";
16+
version = "1.7.7";
1717

1818
disabled = pythonOlder "3.7";
1919

@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323
owner = "PyCQA";
2424
repo = pname;
2525
tag = "v${version}";
26-
hash = "sha256-QUjeG84KwI5Y3MU1wrmjHBXU2tEJ0CuiR3Y/S+dX7Gs=";
26+
hash = "sha256-eLjaHso1p/nD9K0E+HkeBbnCnvjZ1sdpfww9tzBh0TI=";
2727
};
2828

2929
patches = [ ./test-path.patch ];
@@ -57,7 +57,7 @@ buildPythonPackage rec {
5757
pythonImportsCheck = [ "docformatter" ];
5858

5959
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";
6161
description = "Formats docstrings to follow PEP 257";
6262
mainProgram = "docformatter";
6363
homepage = "https://github.com/myint/docformatter";

0 commit comments

Comments
 (0)