python3Packages.sagemaker-core: 1.0.75 -> 1.0.76

This commit is contained in:
R. Ryantm
2026-02-12 03:07:45 +00:00
parent 7c6393531c
commit 75f9a38def
@@ -28,14 +28,14 @@
buildPythonPackage (finalAttrs: {
pname = "sagemaker-core";
version = "1.0.75";
version = "1.0.76";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-core";
tag = "v${finalAttrs.version}";
hash = "sha256-yRXnXGH4BoURohty/daPYd6FDGsAk9a1AiXtyCkKxug=";
hash = "sha256-IAgHAmmN00nyE1rcPV09DMb/LFCZnwrD0OhXTeNuTik=";
};
build-system = [