Unverified Commit 54c4b2d1 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.sagemaker: 2.251.1 -> 2.252.0 (#449249)

parents 2d9392cc 8c7bf59d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,14 +41,14 @@

buildPythonPackage rec {
  pname = "sagemaker";
  version = "2.251.1";
  version = "2.252.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aws";
    repo = "sagemaker-python-sdk";
    tag = "v${version}";
    hash = "sha256-6NiWEINVjIzLrHT504wvtFrU34YgyKISvSwozL4JptQ=";
    hash = "sha256-odiQIPI0kbikU2gPZ6MEsR7xgYnshaaZFqnEbAyVcl0=";
  };

  build-system = [