Merge pull request #162452 from r-ryantm/auto-update/python3.10-plaid-python

python310Packages.plaid-python: 8.11.0 -> 9.0.0
This commit is contained in:
Fabian Affolter 2022-03-02 09:02:52 +01:00 committed by GitHub
commit 4b3de8360f
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 = "8.11.0";
version = "9.0.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-zvwqMpI/aufZLf9dSVEDY2Letiyso8oSf9o5kanXW7U=";
hash = "sha256-jZRfJVBSUOrfaPx8yGCwigfDghUgO0dK8aUKrOf9G1E=";
};
propagatedBuildInputs = [