python311Packages.sagemaker: 2.210.0 -> 2.212.0

This commit is contained in:
R. Ryantm 2024-03-08 12:12:22 +00:00
parent f98a3ccfa6
commit 9ad8af59f5

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.210.0";
version = "2.212.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "aws";
repo = "sagemaker-python-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-LRBN8jChycHZKKO2SeYHbYwBKGE6qh9qUdGdvmMXdSQ=";
hash = "sha256-JZX/k8AJSQrCrPAsDfEc78mAouBWFQlmRG0ZA1yBGJY=";
};
nativeBuildInputs = [