Unverified Commit 8def0646 authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.orbax-checkpoint: 0.11.2 -> 0.11.3 (#379947)

parents 149e8ca9 f39eb448
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,14 +34,14 @@

buildPythonPackage rec {
  pname = "orbax-checkpoint";
  version = "0.11.2";
  version = "0.11.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "google";
    repo = "orbax";
    tag = "v${version}";
    hash = "sha256-68mqz+4FJQr/mKR53L5CSenRB0SjV3dbBdtBylFW1y8=";
    hash = "sha256-zKQcqDW0dOQIGNllrK6bPdTr8mkKU6eevdfvMGssd9w=";
  };

  sourceRoot = "${src.name}/checkpoint";