Commit 361c52ee authored by R. RyanTM's avatar R. RyanTM Committed by Gaetan Lepage
Browse files

python312Packages.sagemaker-core: 1.0.22 -> 1.0.25

parent 6e282518
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@

buildPythonPackage rec {
  pname = "sagemaker-core";
  version = "1.0.22";
  version = "1.0.25";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aws";
    repo = "sagemaker-core";
    tag = "v${version}";
    hash = "sha256-RoLLgOhG4M71Nx1aryDt1mt0sZ2zEqYRJTjQRSVuf8M=";
    hash = "sha256-VfqQJf0r11z+GT/jpcVBdP2nLWf1lsjvijb1IsbOILQ=";
  };

  build-system = [