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 a0b2f3b + 47ce90d commit 7b6331cCopy full SHA for 7b6331c
pkgs/development/python-modules/sagemaker-core/default.nix
@@ -25,14 +25,14 @@
25
26
buildPythonPackage rec {
27
pname = "sagemaker-core";
28
- version = "1.0.10";
+ version = "1.0.11";
29
pyproject = true;
30
31
src = fetchFromGitHub {
32
owner = "aws";
33
repo = "sagemaker-core";
34
rev = "refs/tags/v${version}";
35
- hash = "sha256-UloQJ5B10XXPbwsktVZzjcW7BLW8wCAw3wGmAkSl6wc=";
+ hash = "sha256-6r8roHMJ4s/+mGiPeMVZ9wagdXNJQ3+tUFZ/7T+NQBc=";
36
};
37
38
build-system = [
0 commit comments