diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-10-16 02:54:10 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-10-16 02:54:10 +0000 |
| commit | be1280f8e871dd74790e8af2a42dbd1dfad84116 (patch) | |
| tree | 60ef12b02c1328db1efa4f761cf1cb4f97a255ef | |
| parent | Merge pull request #240799 from r-ryantm/auto-update/python310Packages.pytabl... (diff) | |
| download | nixpkgs-be1280f8e871dd74790e8af2a42dbd1dfad84116.tar.gz | |
python310Packages.sagemaker: 2.188.0 -> 2.192.1
| -rw-r--r-- | pkgs/development/python-modules/sagemaker/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sagemaker/default.nix b/pkgs/development/python-modules/sagemaker/default.nix index d32ee63d36f2..7e682a30a930 100644 --- a/pkgs/development/python-modules/sagemaker/default.nix +++ b/pkgs/development/python-modules/sagemaker/default.nix @@ -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 = [ |
