Commit 75452b17 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.sagemaker-core: 1.0.72 -> 1.0.73

parent 6fd688ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

buildPythonPackage rec {
  pname = "sagemaker-core";
  version = "1.0.72";
  version = "1.0.73";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aws";
    repo = "sagemaker-core";
    tag = "v${version}";
    hash = "sha256-KntbPDsboaDs5jSREQca+N9xUd3lCZzH0pqeCIHmVxw=";
    hash = "sha256-0pjz5XKiHe4ReDSeDeKpuT9hmv+XkM6ut3AbiWQDAlE=";
  };

  build-system = [