Commit 854214ec authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.faraday-plugins: 1.11.0 -> 1.12.0

parent 23c6303e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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