python310Packages.plaid-python: 12.0.0 -> 13.0.0

This commit is contained in:
R. Ryantm
2023-05-04 04:21:56 +00:00
parent 9c3e077edd
commit 9237be6b9d
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "plaid-python";
version = "12.0.0";
version = "13.0.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-m/U7O859pWOB+qF4PVcXg3pI7M2Zpl2uWPjaubeV2dE=";
hash = "sha256-xe0HK6S612q/DiNLGpBqhfTg1RVvzeeez5Y0ot/+Tqk=";
};
propagatedBuildInputs = [