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 {
pname = "sagemaker";
version = "2.29.1";
version = "2.29.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-5hFX6tVLolPxC/40ssdr0XYp3Vn3fVvBWGi7Utp6/k8=";
sha256 = "sha256-e+yrjtDC6d47+zEFv6WY7xGw9kDfKLrNyMh/IkC/bQs=";
};
pythonImportsCheck = [