Commit 34b10cb2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.sagemaker: 2.239.0 -> 2.239.1

parent 5c6ca3c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,14 +40,14 @@

buildPythonPackage rec {
  pname = "sagemaker";
  version = "2.239.0";
  version = "2.239.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aws";
    repo = "sagemaker-python-sdk";
    tag = "v${version}";
    hash = "sha256-KE3EWCxl4Q90pChswYjmBwtPazAjVw2MaAjNesQoWiM=";
    hash = "sha256-cjKuxTocWzNintsD/7lKluOk1+1FADg6LM0+M59LEo0=";
  };

  build-system = [