python3Packages.sagemaker-core: 1.0.49 -> 1.0.52 (#434401)

This commit is contained in:
Gaétan Lepage 2025-08-17 21:32:15 +02:00 committed by GitHub
commit 1070c6dc49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,14 +28,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sagemaker-core"; pname = "sagemaker-core";
version = "1.0.49"; version = "1.0.52";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aws"; owner = "aws";
repo = "sagemaker-core"; repo = "sagemaker-core";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-xDtBtsrromqfciVOxGTTWhTZG08qUjk9EJ9yMvYS7+Y="; hash = "sha256-f+Xy9/14cJhbjqrSqR+Bh98uNUCb0XlDdaTPkPAomlA=";
}; };
build-system = [ build-system = [