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

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

python310Packages.plaid-python: 11.4.0 -> 11.5.0
parents 501ee452 81b58ec5
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.4.0";
  version = "11.5.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-5IHFChiIm/6x3xr+F+RIAZ3kDYQsXs+baFqUasjI8qs=";
    hash = "sha256-SGWMLMwNAAi93dw053uiz+4K84v6g/6WD6q0rW00JHw=";
  };

  propagatedBuildInputs = [