Unverified Commit 394be911 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

python3Packages.sagemaker: 2.253.1 -> 2.254.1 (#458380)

parents 6f450b46 21c04361
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,14 +41,14 @@

buildPythonPackage rec {
  pname = "sagemaker";
  version = "2.253.1";
  version = "2.254.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aws";
    repo = "sagemaker-python-sdk";
    tag = "v${version}";
    hash = "sha256-1zN+gj1t0eYpa2mZFSAMs9oInF2XxKNhK8399e6xb68=";
    hash = "sha256-tE8AD/nVrlP96ihVjzpos1IUGPR2T47HAMczCGP3S9M=";
  };

  build-system = [