Loading pkgs/development/python-modules/docformatter/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "docformatter"; version = "1.6.4"; version = "1.7.5"; disabled = pythonOlder "3.7"; Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "PyCQA"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-OQNE6Is1Pl0uoAkFYh4M+c8oNWL/uIh4X0hv8X0Qt/g="; hash = "sha256-QUjeG84KwI5Y3MU1wrmjHBXU2tEJ0CuiR3Y/S+dX7Gs="; }; patches = [ Loading pkgs/development/python-modules/docformatter/test-path.patch +3 −3 Original line number Diff line number Diff line diff --git a/tests/conftest.py b/tests/conftest.py index 5f5a9aa..3289222 100644 index 762d246..7f86763 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -92,21 +92,9 @@ def run_docformatter(arguments, temporary_file): @@ -101,21 +101,9 @@ def run_docformatter(arguments, temporary_file): Return subprocess object. """ Loading Loading
pkgs/development/python-modules/docformatter/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "docformatter"; version = "1.6.4"; version = "1.7.5"; disabled = pythonOlder "3.7"; Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "PyCQA"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-OQNE6Is1Pl0uoAkFYh4M+c8oNWL/uIh4X0hv8X0Qt/g="; hash = "sha256-QUjeG84KwI5Y3MU1wrmjHBXU2tEJ0CuiR3Y/S+dX7Gs="; }; patches = [ Loading
pkgs/development/python-modules/docformatter/test-path.patch +3 −3 Original line number Diff line number Diff line diff --git a/tests/conftest.py b/tests/conftest.py index 5f5a9aa..3289222 100644 index 762d246..7f86763 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -92,21 +92,9 @@ def run_docformatter(arguments, temporary_file): @@ -101,21 +101,9 @@ def run_docformatter(arguments, temporary_file): Return subprocess object. """ Loading