Unverified Commit f0a876cd authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

python312Packages.orbax-checkpoint: 0.6.3 -> 0.6.4 (#342636)

parents 4287f8bf fc47f9c5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@

buildPythonPackage rec {
  pname = "orbax-checkpoint";
  version = "0.6.3";
  version = "0.6.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "google";
    repo = "orbax";
    rev = "refs/tags/v${version}";
    hash = "sha256-yqccXQGEvxYnWP8rWmRLjjB0pkSEeXBrRvJIwVowUx0=";
    hash = "sha256-xd75/AKBFUdA6a8sQnCB2rVbHl/Foy4LTb07jnwrTjA=";
  };

  sourceRoot = "${src.name}/checkpoint";
@@ -91,7 +91,7 @@ buildPythonPackage rec {
  meta = {
    description = "Orbax provides common utility libraries for JAX users";
    homepage = "https://github.com/google/orbax/tree/main/checkpoint";
    changelog = "https://github.com/google/orbax/blob/${version}/CHANGELOG.md";
    changelog = "https://github.com/google/orbax/releases/tag/v${version}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ fab ];
  };