File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/docformatter Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313
1414buildPythonPackage 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" ;
You can’t perform that action at this time.
0 commit comments