Merge pull request #312935 from r-ryantm/auto-update/python311Packages.sagemaker

python311Packages.sagemaker: 2.219.0 -> 2.224.1
This commit is contained in:
Weijia Wang 2024-07-06 21:57:03 +02:00 committed by GitHub
commit 9e5fb814ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.219.0";
version = "2.224.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-TZpRRkoAlXU+Ccgxq49t+Cz0JOIUvYp7ok3x3sphncE=";
hash = "sha256-Kc66sygHGFqMvSY7rACb62wJEJesnN4KDmtYZLIOsqc=";
};
patches = [