python38Packages.plaid-python: 8.4.0 -> 8.5.0

This commit is contained in:
R. Ryantm 2021-10-27 14:58:41 +00:00
parent 22a500a3f8
commit 12f13cc9c1

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "plaid-python";
version = "8.4.0";
version = "8.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "6cad1e1b3cdb007bd913fcdec283c1523fc8995d70343b26be5cfb7ceaafd5f2";
sha256 = "f3c5abe66b72760da955d22933e1e3203413a5fab817ebbec64818706479278b";
};
propagatedBuildInputs = [