We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49a0e08 + 8039972 commit 3358290Copy full SHA for 3358290
pkgs/development/python-modules/sagemaker-core/default.nix
@@ -28,14 +28,14 @@
28
29
buildPythonPackage rec {
30
pname = "sagemaker-core";
31
- version = "1.0.29";
+ version = "1.0.31";
32
pyproject = true;
33
34
src = fetchFromGitHub {
35
owner = "aws";
36
repo = "sagemaker-core";
37
tag = "v${version}";
38
- hash = "sha256-m/gxOnQmYhNjAMM5DG3DzllWcWmfjD3B0NRY+wyGVP8=";
+ hash = "sha256-cZbGma/H8XrQwuyXCPxwjPe3b9w21DXoWAWgqaoBYJE=";
39
};
40
41
build-system = [
0 commit comments