python3Packages.sagemaker-core: 1.0.76 -> 1.0.77 (#492173)

This commit is contained in:
Gaétan Lepage
2026-02-21 10:21:23 +00:00
committed by GitHub
@@ -28,14 +28,14 @@
buildPythonPackage (finalAttrs: {
pname = "sagemaker-core";
version = "1.0.76";
version = "1.0.77";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-core";
tag = "v${finalAttrs.version}";
hash = "sha256-IAgHAmmN00nyE1rcPV09DMb/LFCZnwrD0OhXTeNuTik=";
hash = "sha256-UWoRYMk2QUjgCaa76xJ8o6OyAiM0Zyf4jXgT4AYm8PM=";
};
build-system = [