python3Packages.sagemaker-core: 1.0.41 -> 1.0.42 (#424912)

This commit is contained in:
Gaétan Lepage 2025-07-14 01:46:26 +02:00 committed by GitHub
commit 6de31e12f8
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.41"; version = "1.0.42";
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-XW7BJZc4VZiWe2d1p8MySYXWhzkwe0YjuPGwyswYUjY="; hash = "sha256-To4VjTuE9fkVQSXR1k6NMAjrByzFhAidvui8w+etOQc=";
}; };
build-system = [ build-system = [