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

python310Packages.plaid-python: 15.5.0 -> 16.0.0
This commit is contained in:
Fabian Affolter 2023-09-20 10:15:23 +02:00 committed by GitHub
commit 134e5eabf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "plaid-python";
version = "15.5.0";
version = "16.0.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-zI3fOd1IcnXS5moM3mHl/1qzrAHnxoVrFg1GBCqiA10=";
hash = "sha256-FoZTfTPKidY0VPHYui25ArFm/MBIC7Ynwo9TyMT7st4=";
};
propagatedBuildInputs = [