Merge pull request #143178 from r-ryantm/auto-update/python3.8-plaid-python

This commit is contained in:
Sandro 2021-10-27 21:14:10 +02:00 committed by GitHub
commit 09a5eba741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "plaid-python";
version = "8.4.0";
version = "8.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "6cad1e1b3cdb007bd913fcdec283c1523fc8995d70343b26be5cfb7ceaafd5f2";
sha256 = "f3c5abe66b72760da955d22933e1e3203413a5fab817ebbec64818706479278b";
};
propagatedBuildInputs = [