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

python311Packages.sagemaker: 2.216.1 -> 2.217.0

authored by Nick Cao and committed by GitHub 7c65c2e2 80edabca

+2 -2
+2 -2
pkgs/development/python-modules/sagemaker/default.nix
··· 32 32 33 33 buildPythonPackage rec { 34 34 pname = "sagemaker"; 35 - version = "2.216.1"; 35 + version = "2.217.0"; 36 36 pyproject = true; 37 37 38 38 disabled = pythonOlder "3.8"; ··· 41 41 owner = "aws"; 42 42 repo = "sagemaker-python-sdk"; 43 43 rev = "refs/tags/v${version}"; 44 - hash = "sha256-z+vtUgR/Yxptz9Hzdb5bpAIIEN9JlSRVPt/aSKI4jHY="; 44 + hash = "sha256-p73M0hBVpakdXGM56ECr4D3mQCBmB7Ud/p+Rj1+/Bic="; 45 45 }; 46 46 47 47 patches = [