python3Packages.sagemaker: 2.254.1 -> 2.256.1
Diff: https://github.com/aws/sagemaker-python-sdk/compare/v2.254.1...v2.256.1 Changelog: https://github.com/aws/sagemaker-python-sdk/blob/v2.256.1/CHANGELOG.md
This commit is contained in:
committed by
Martin Weinelt
parent
8b770a58ed
commit
72f4a18c03
@@ -41,14 +41,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sagemaker";
|
||||
version = "2.254.1";
|
||||
version = "2.256.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aws";
|
||||
repo = "sagemaker-python-sdk";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-tE8AD/nVrlP96ihVjzpos1IUGPR2T47HAMczCGP3S9M=";
|
||||
hash = "sha256-Q5JeXWehj2TxP4SolNvn6B6lI8yxvUYzbardJvVfgaU=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user