Commit 11fc0c7d authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.plaid-python: 11.1.0 -> 11.2.0

parent 42aae6fa
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 = [