python3Packages.sagemaker-core: 1.0.37 -> 1.0.40

This commit is contained in:
R. Ryantm
2025-06-24 09:28:45 +00:00
parent 8ad467f6d5
commit 80cec4fc92
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "sagemaker-core";
version = "1.0.37";
version = "1.0.40";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-core";
tag = "v${version}";
hash = "sha256-MnCBsJiXVHaDm6Cn4F7LUTDyFQBt2jALHXyTGNjlsZw=";
hash = "sha256-c/qaAdiQHY7w3h9qxDO/2U9W01xpJjBGx5Ohh9P7Jxk=";
};
build-system = [