lol

python312Packages.sagemaker-core: 1.0.22 -> 1.0.25 (#386070)

authored by

Gaétan Lepage and committed by
GitHub
35f9e775 e1adba41

+2 -2
+2 -2
pkgs/development/python-modules/sagemaker-core/default.nix
··· 25 25 26 26 buildPythonPackage rec { 27 27 pname = "sagemaker-core"; 28 - version = "1.0.22"; 28 + version = "1.0.25"; 29 29 pyproject = true; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "aws"; 33 33 repo = "sagemaker-core"; 34 34 tag = "v${version}"; 35 - hash = "sha256-RoLLgOhG4M71Nx1aryDt1mt0sZ2zEqYRJTjQRSVuf8M="; 35 + hash = "sha256-VfqQJf0r11z+GT/jpcVBdP2nLWf1lsjvijb1IsbOILQ="; 36 36 }; 37 37 38 38 build-system = [