diff --git a/pkgs/development/python-modules/faraday-plugins/default.nix b/pkgs/development/python-modules/faraday-plugins/default.nix index 2a1e0f7afc9..4da7851a147 100644 --- a/pkgs/development/python-modules/faraday-plugins/default.nix +++ b/pkgs/development/python-modules/faraday-plugins/default.nix @@ -6,6 +6,7 @@ , fetchFromGitHub , html2text , lxml +, markdown , pytestCheckHook , python-dateutil , pythonOlder @@ -17,7 +18,7 @@ buildPythonPackage rec { pname = "faraday-plugins"; - version = "1.11.0"; + version = "1.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -26,7 +27,7 @@ buildPythonPackage rec { owner = "infobyte"; repo = "faraday_plugins"; rev = "refs/tags/${version}"; - hash = "sha256-rbmD+UeMzsccYq7AzANziUZCgKtShRe/fJersODMrF8="; + hash = "sha256-dtSGNLQUG4Co+p/sPBgKxMhB7drZAMxUas+eH6g/cS8="; }; postPatch = '' @@ -40,6 +41,7 @@ buildPythonPackage rec { colorama html2text lxml + markdown python-dateutil pytz requests