python3Packages.sagemaker: 2.34.0 -> 2.35.0

This commit is contained in:
Tim Steinbach 2021-04-15 11:15:40 -04:00
parent f8da9ce9fc
commit 4a30b500f2
No known key found for this signature in database
GPG Key ID: 1B40229F19262402
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sagemaker"; pname = "sagemaker";
version = "2.34.0"; version = "2.35.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-j0YlFh5SG1PlBN5vWZ9bLuOKcO03pDwoOB44CMyvXPk="; sha256 = "sha256-12YYUZbctM6oRaC7Sr/hOghAM+s/Cdm5XWHaVU5Gg6Q=";
}; };
pythonImportsCheck = [ pythonImportsCheck = [