python3Packages.sagemaker-core: 1.0.37 -> 1.0.40 (#419501)

authored by Gaétan Lepage and committed by GitHub d8f96243 e8a0a671

+2 -2
+2 -2
pkgs/development/python-modules/sagemaker-core/default.nix
··· 28 28 29 29 buildPythonPackage rec { 30 30 pname = "sagemaker-core"; 31 - version = "1.0.37"; 31 + version = "1.0.40"; 32 32 pyproject = true; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "aws"; 36 36 repo = "sagemaker-core"; 37 37 tag = "v${version}"; 38 - hash = "sha256-MnCBsJiXVHaDm6Cn4F7LUTDyFQBt2jALHXyTGNjlsZw="; 38 + hash = "sha256-c/qaAdiQHY7w3h9qxDO/2U9W01xpJjBGx5Ohh9P7Jxk="; 39 39 }; 40 40 41 41 build-system = [