python3Packages.sagemaker: 2.33.0 -> 2.34.0

This commit is contained in:
Tim Steinbach 2021-04-12 14:03:15 -04:00
parent a7b54d9016
commit ecf709f768
No known key found for this signature in database
GPG key ID: 1B40229F19262402

View file

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.33.0";
version = "2.34.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-0l8xwZ10zQb+LnV/hjYoSSgN/TGpVdzdXeSfnEyf0J0=";
sha256 = "sha256-j0YlFh5SG1PlBN5vWZ9bLuOKcO03pDwoOB44CMyvXPk=";
};
pythonImportsCheck = [