python3Packages.sagemaker: 2.29.2 -> 2.30.0

This commit is contained in:
Tim Steinbach 2021-03-18 10:39:20 -04:00 committed by Tim Steinbach
parent b2d43c4038
commit ff27e8325d

View File

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.29.2";
version = "2.30.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-e+yrjtDC6d47+zEFv6WY7xGw9kDfKLrNyMh/IkC/bQs=";
sha256 = "sha256-3BxRDoaKxaXlKYGYQqhQ2DUO3XONvf6dlofE0pbXIho=";
};
pythonImportsCheck = [