python311Packages.sagemaker: 2.214.3 -> 2.216.1

This commit is contained in:
R. Ryantm 2024-04-23 22:56:01 +00:00
parent 71b4a60386
commit 8c716795e1
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.214.3";
version = "2.216.1";
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-RE4uyIpFiZNDyS5R6+gMLlj0vcAIiHPattFPTSMGnCI=";
hash = "sha256-z+vtUgR/Yxptz9Hzdb5bpAIIEN9JlSRVPt/aSKI4jHY=";
};
patches = [