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

python310Packages.plaid-python: 13.0.0 -> 14.1.0
This commit is contained in:
Fabian Affolter 2023-06-26 20:11:35 +02:00 committed by GitHub
commit 7ad5c9f885
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 = "13.0.0";
version = "14.1.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-xe0HK6S612q/DiNLGpBqhfTg1RVvzeeez5Y0ot/+Tqk=";
hash = "sha256-sx/XlL+A2m0WmId8JXxjSmlkxirlYddFbyrsG1uFqk8=";
};
propagatedBuildInputs = [