python311Packages.sagemaker: 2.216.1 -> 2.217.0

This commit is contained in:
R. Ryantm
2024-04-29 02:19:39 +00:00
parent f2c7ecb8a4
commit fb0f4be253
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.216.1";
version = "2.217.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "aws";
repo = "sagemaker-python-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-z+vtUgR/Yxptz9Hzdb5bpAIIEN9JlSRVPt/aSKI4jHY=";
hash = "sha256-p73M0hBVpakdXGM56ECr4D3mQCBmB7Ud/p+Rj1+/Bic=";
};
patches = [