python3Packages.sagemaker-core: 1.0.77 -> 1.0.78

This commit is contained in:
R. Ryantm
2026-04-26 14:37:52 +00:00
parent 1c8355b14e
commit 1333b9dd5d
@@ -28,14 +28,14 @@
buildPythonPackage (finalAttrs: {
pname = "sagemaker-core";
version = "1.0.77";
version = "1.0.78";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-core";
tag = "v${finalAttrs.version}";
hash = "sha256-UWoRYMk2QUjgCaa76xJ8o6OyAiM0Zyf4jXgT4AYm8PM=";
hash = "sha256-pSxOMbw6ZUdlVTYoSW5ZwpTTh5VEJFf8U6sNq6kb5vM=";
};
build-system = [