Commit 6b265ea7 authored by Fabian Affolter's avatar Fabian Affolter Committed by Jonathan Ringer
Browse files

python310Packages.faraday-plugins: 1.8.1 -> 1.9.0

parent 4b81f8cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "faraday-plugins";
  version = "1.8.1";
  version = "1.9.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "infobyte";
    repo = "faraday_plugins";
    rev = "refs/tags/${version}";
    hash = "sha256-UnOIYYmOeBX22jQ4MkDxQKtSlxv+H/KOC83BZ39JA1E=";
    hash = "sha256-ZWPImBqBpiz3y4OpDZLCfL3Oe/J+qP1Hduas3p0unCg=";
  };

  postPatch = ''