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

Merge pull request #202638 from r-ryantm/auto-update/python310Packages.plaid-python

python310Packages.plaid-python: 11.1.0 -> 11.2.0
parents b550269c 11fc0c7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "plaid-python";
  version = "11.1.0";
  version = "11.2.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-TgSdhBcXxV8bNeKb1v8WVBRknm9qi6iRjWxdW5JZeew=";
    hash = "sha256-hybWKNy1qicBcTiEc46iwJ/JhNVxqz9ZSSkR4Zm9m6I=";
  };

  propagatedBuildInputs = [