python3Packages.sagemaker: 2.30.0 -> 2.31.0

This commit is contained in:
Tim Steinbach 2021-03-23 09:38:31 -04:00
parent 4787a38c70
commit 1c9c51f94c
No known key found for this signature in database
GPG Key ID: 1B40229F19262402
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sagemaker"; pname = "sagemaker";
version = "2.30.0"; version = "2.31.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-3BxRDoaKxaXlKYGYQqhQ2DUO3XONvf6dlofE0pbXIho="; sha256 = "sha256-RMw7l3s0QBzB+exiZg2aBQYeprHUJM+f0Rf+N8ywaBU=";
}; };
pythonImportsCheck = [ pythonImportsCheck = [