3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.plaid-python: 11.1.0 -> 11.2.0

This commit is contained in:
R. Ryantm 2022-11-24 06:10:55 +00:00
parent 42aae6fa74
commit 11fc0c7dd6

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "plaid-python";
version = "11.1.0";
version = "11.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-TgSdhBcXxV8bNeKb1v8WVBRknm9qi6iRjWxdW5JZeew=";
hash = "sha256-hybWKNy1qicBcTiEc46iwJ/JhNVxqz9ZSSkR4Zm9m6I=";
};
propagatedBuildInputs = [