python310Packages.plaid-python: 11.4.0 -> 11.5.0

This commit is contained in:
R. Ryantm 2023-02-16 06:41:27 +00:00
parent 0617712c14
commit 81b58ec58c

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "plaid-python";
version = "11.4.0";
version = "11.5.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-5IHFChiIm/6x3xr+F+RIAZ3kDYQsXs+baFqUasjI8qs=";
hash = "sha256-SGWMLMwNAAi93dw053uiz+4K84v6g/6WD6q0rW00JHw=";
};
propagatedBuildInputs = [