python311Packages.sagemaker: 2.213.0 -> 2.214.1

This commit is contained in:
R. Ryantm 2024-03-31 10:14:13 +00:00
parent 7848d6f048
commit 8fedf1a8b3
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.213.0";
version = "2.214.1";
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-3V4boilVpqvwRBBuZv/AKEks+BH9PFnigfq6Z5kFhqQ=";
hash = "sha256-KDy3pVRuS/p32KlSBsXU8XFp6Eedgg809RmKD/FrZfQ=";
};
nativeBuildInputs = [