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 26 buildPythonPackage rec { 27 pname = "sagemaker-core"; 28 - version = "1.0.22"; 29 pyproject = true; 30 31 src = fetchFromGitHub { 32 owner = "aws"; 33 repo = "sagemaker-core"; 34 tag = "v${version}"; 35 - hash = "sha256-RoLLgOhG4M71Nx1aryDt1mt0sZ2zEqYRJTjQRSVuf8M="; 36 }; 37 38 build-system = [
··· 25 26 buildPythonPackage rec { 27 pname = "sagemaker-core"; 28 + 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-VfqQJf0r11z+GT/jpcVBdP2nLWf1lsjvijb1IsbOILQ="; 36 }; 37 38 build-system = [