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

python311Packages.sagemaker: 2.217.0 -> 2.218.1

authored by Pol Dellaiera and committed by GitHub 58a5e4fc 1693b224

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