python3Packages.sagemaker-core: 1.0.71 -> 1.0.72 (#473025)

This commit is contained in:
Gaétan Lepage
2025-12-21 22:59:11 +00:00
committed by GitHub
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "sagemaker-core";
version = "1.0.71";
version = "1.0.72";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-core";
tag = "v${version}";
hash = "sha256-pPNDdfSpU//L2WoFQAoBiEZPSMKb5XuSmUQlYE9ZdzE=";
hash = "sha256-KntbPDsboaDs5jSREQca+N9xUd3lCZzH0pqeCIHmVxw=";
};
build-system = [