python312Packages.plaid-python: 23.0.0 -> 24.0.0

This commit is contained in:
R. Ryantm 2024-07-13 08:38:30 +00:00
parent bd24e293f2
commit 8f0860c944

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "plaid-python";
version = "23.0.0";
version = "24.0.0";
pyproject = true;
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "plaid_python";
inherit version;
hash = "sha256-1/819y1zcjoVwv5ITdvhno/X7piWdO22vYMovupwKXo=";
hash = "sha256-0LtYs2S1fGunmmPFl3cGa/lMtE7Ng+Xb4FruowjdWGM=";
};
build-system = [ setuptools ];