nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.sagemaker-core: 1.0.45 -> 1.0.47 (#429612)

authored by

Gaétan Lepage and committed by
GitHub
03070a07 0eaf2aaa

+2 -2
+2 -2
pkgs/development/python-modules/sagemaker-core/default.nix
··· 28 28 29 29 buildPythonPackage rec { 30 30 pname = "sagemaker-core"; 31 - version = "1.0.45"; 31 + version = "1.0.47"; 32 32 pyproject = true; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "aws"; 36 36 repo = "sagemaker-core"; 37 37 tag = "v${version}"; 38 - hash = "sha256-/NXSuDQAhRQ5RuYV1Eaat0TjMzqj1IYp3LECmTISoK8="; 38 + hash = "sha256-PfAv4w+egB0fIkL6nexjtoqcXyvnx52RTQu6QwKjpNU="; 39 39 }; 40 40 41 41 build-system = [