python310Packages.plaid-python: 9.1.0 -> 9.1.1

This commit is contained in:
R. Ryantm 2022-03-15 05:28:51 +00:00 committed by Jonathan Ringer
parent 54d6aee8f3
commit 33e7aae62f

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "plaid-python";
version = "9.1.0";
version = "9.1.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-jvg/2dL+W4N7rbbBcIUZUrSt0BCV15k4QgYST2lEA5U=";
hash = "sha256-vHJ35MvMw3G1k/A2gifaE97GayoVEOQ9lR6yG6ZkzS4=";
};
propagatedBuildInputs = [