Unverified Commit b629b7a6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.faraday-plugins: 1.19.0 -> 1.19.1 (#343349)

parents e3c5506b 95568022
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "faraday-plugins";
  version = "1.19.0";
  version = "1.19.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "infobyte";
    repo = "faraday_plugins";
    rev = "refs/tags/${version}";
    hash = "sha256-ZKib2tpL7Yn3yWuyZFOQ3saNQLwrUEeuojSMpoTy89M=";
    hash = "sha256-XWPj348kAuA9BF7Y2/hX712eLRfUZ9kH3oL1jb17/K0=";
  };

  postPatch = ''