python311Packages.plaid-python: 17.0.0 -> 18.0.0

This commit is contained in:
R. Ryantm 2023-11-18 16:47:30 +00:00
parent b9aa1e958b
commit e6657c9583

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "plaid-python";
version = "17.0.0";
version = "18.0.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-rVYyS2Wc3PC3BvkzUSe88sSXxJCElmP5s7B1NxSFAWY=";
hash = "sha256-1OV/oybxZXF2kjLoSA2KyQaTR91jqEWstpELSlUIg2o=";
};
propagatedBuildInputs = [