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.
1 parent 6e28251 commit 361c52eCopy full SHA for 361c52e
pkgs/development/python-modules/sagemaker-core/default.nix
@@ -25,14 +25,14 @@
25
26
buildPythonPackage rec {
27
pname = "sagemaker-core";
28
- version = "1.0.22";
+ version = "1.0.25";
29
pyproject = true;
30
31
src = fetchFromGitHub {
32
owner = "aws";
33
repo = "sagemaker-core";
34
tag = "v${version}";
35
- hash = "sha256-RoLLgOhG4M71Nx1aryDt1mt0sZ2zEqYRJTjQRSVuf8M=";
+ hash = "sha256-VfqQJf0r11z+GT/jpcVBdP2nLWf1lsjvijb1IsbOILQ=";
36
};
37
38
build-system = [
0 commit comments