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

python3Packages.orbax-checkpoint: 0.11.15 -> 0.11.16 (#418081)

parents 7611b2ae fe3e7c9e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,14 +35,14 @@

buildPythonPackage rec {
  pname = "orbax-checkpoint";
  version = "0.11.15";
  version = "0.11.16";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "google";
    repo = "orbax";
    tag = "v${version}";
    hash = "sha256-yy/BsmkBLlS6bd9I8rKKifRG+/T5/0XV00fq07LivPE=";
    hash = "sha256-C5glSasB4LtxcaDx8U5rn7Y5J39+ieP0Mh2ITE1y1k8=";
  };

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