python310Packages.plaid-python: 15.5.0 -> 16.0.0

This commit is contained in:
R. Ryantm 2023-09-20 06:13:24 +00:00
parent 1839996831
commit 9bcc37b639

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 = [