python3Packages.sagemaker: 2.28.0 -> 2.29.0

This commit is contained in:
Tim Steinbach 2021-03-08 11:53:07 -05:00
parent ecce29eba2
commit 56964bcb77
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.28.0";
version = "2.29.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-SOk4VM227gAlLX615xPy0lcATRzth7M3HGH557iF2Wc=";
sha256 = "sha256-xhm9KJiJdg8LD8Q33A61V6zXz1K9S4cROxy9iCxjK7M=";
};
pythonImportsCheck = [