Merge pull request #261314 from r-ryantm/auto-update/python310Packages.sagemaker

python310Packages.sagemaker: 2.188.0 -> 2.192.1
This commit is contained in:
Nick Cao 2023-10-16 12:30:34 -04:00 committed by GitHub
commit a367f2c9f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "sagemaker";
version = "2.188.0";
version = "2.192.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-iWNAsqDGTkELQn5K45AYpdzexE3DimI5xYWt3Udd4EI=";
hash = "sha256-+1wb7O+fHhRE8aKlgAB/NRgx2J+LBkR7xuqfWnVYSKc=";
};
nativeBuildInputs = [