Commit 9be39ea6 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 0ecf44ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,14 +36,14 @@

buildPythonPackage rec {
  pname = "orbax-checkpoint";
  version = "0.11.20";
  version = "0.11.21";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "google";
    repo = "orbax";
    tag = "v${version}";
    hash = "sha256-ZZTmWW0PZHk8Evhk6JnbAyl7RQOAxN4GwXUv5M6GfIQ=";
    hash = "sha256-hb7Y/usg4JFRKsahKNV8rvjMGAN4xYEaaWsedGKcK+Y=";
  };

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