python3Packages.sagemaker: 2.29.1 -> 2.29.2

This commit is contained in:
Tim Steinbach 2021-03-15 10:51:12 -04:00
parent ada691026a
commit ec20f9f71e
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -14,11 +14,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sagemaker"; pname = "sagemaker";
version = "2.29.1"; version = "2.29.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-5hFX6tVLolPxC/40ssdr0XYp3Vn3fVvBWGi7Utp6/k8="; sha256 = "sha256-e+yrjtDC6d47+zEFv6WY7xGw9kDfKLrNyMh/IkC/bQs=";
}; };
pythonImportsCheck = [ pythonImportsCheck = [