python3Packages.sagemaker-core: 1.0.74 -> 1.0.75

This commit is contained in:
R. Ryantm
2026-01-29 01:38:51 +00:00
parent 31a7a9ee76
commit d846221eec
@@ -28,14 +28,14 @@
buildPythonPackage (finalAttrs: {
pname = "sagemaker-core";
version = "1.0.74";
version = "1.0.75";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-core";
tag = "v${finalAttrs.version}";
hash = "sha256-1wQvytoIMeBpFZfP88CfHXy0sJdg3+D0P7vXcltNAWs=";
hash = "sha256-yRXnXGH4BoURohty/daPYd6FDGsAk9a1AiXtyCkKxug=";
};
build-system = [