python3Packages.plaid-python: 34.0.0 -> 35.0.0

This commit is contained in:
R. Ryantm
2025-07-22 05:19:24 +00:00
parent 77fc6c546b
commit 56ecac8a47

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "plaid-python";
version = "34.0.0";
version = "35.0.0";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "plaid_python";
inherit version;
hash = "sha256-x6ry7kMzxBNTQmAVCeSiq82TUi8spu/SKFFNGnInWhk=";
hash = "sha256-p9fGxQ3aPLfbYz3rrsl1TSvz3PCOQhgng8DY0YFB+Qc=";
};
build-system = [ setuptools ];