python311Packages.faraday-plugins: 1.11.0 -> 1.12.0

Changelog: https://github.com/infobyte/faraday_plugins/releases/tag/1.12.0
This commit is contained in:
Fabian Affolter 2023-05-26 20:31:40 +02:00
parent 23c6303e99
commit 854214ec56

View file

@ -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