python312Packages.plaid-python: 29.1.0 -> 30.0.0

This commit is contained in:
R. Ryantm
2025-04-22 16:47:17 +00:00
parent 00a5791030
commit 0bb3023251
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "plaid-python";
version = "29.1.0";
version = "30.0.0";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "plaid_python";
inherit version;
hash = "sha256-wDYjgHg0FbQYNsa3aIAbSl3TtZe9lbe8tti5HZJq4Vc=";
hash = "sha256-qCaXtvLceFg5njbKbqPVHW81HniGswB4HIdWU51/4X4=";
};
build-system = [ setuptools ];