python3Packages.sagemaker: 2.35.0 -> 2.37.0

This commit is contained in:
Tim Steinbach 2021-04-21 09:47:42 -04:00
parent 93184413f2
commit 389395b0af
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.35.0";
version = "2.37.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-12YYUZbctM6oRaC7Sr/hOghAM+s/Cdm5XWHaVU5Gg6Q=";
sha256 = "sha256-96RDi32NHfhFvPeVRhG32EDQJTiwOXEwtSmFZGVBVk0=";
};
pythonImportsCheck = [