python311Packages.sagemaker: 2.212.0 -> 2.213.0

This commit is contained in:
R. Ryantm 2024-03-16 19:18:29 +00:00
parent 9d77cc0d53
commit 764a8a1342

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.212.0";
version = "2.213.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-JZX/k8AJSQrCrPAsDfEc78mAouBWFQlmRG0ZA1yBGJY=";
hash = "sha256-3V4boilVpqvwRBBuZv/AKEks+BH9PFnigfq6Z5kFhqQ=";
};
nativeBuildInputs = [