Skip to content

Commit 8039972

Browse files
committed
python3Packages.sagemaker-core: 1.0.29 -> 1.0.31
1 parent 429c338 commit 8039972

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/sagemaker-core

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/sagemaker-core/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828

2929
buildPythonPackage rec {
3030
pname = "sagemaker-core";
31-
version = "1.0.29";
31+
version = "1.0.31";
3232
pyproject = true;
3333

3434
src = fetchFromGitHub {
3535
owner = "aws";
3636
repo = "sagemaker-core";
3737
tag = "v${version}";
38-
hash = "sha256-m/gxOnQmYhNjAMM5DG3DzllWcWmfjD3B0NRY+wyGVP8=";
38+
hash = "sha256-cZbGma/H8XrQwuyXCPxwjPe3b9w21DXoWAWgqaoBYJE=";
3939
};
4040

4141
build-system = [

0 commit comments

Comments
 (0)