Skip to content

Commit

Permalink
python312Packages.orbax-checkpoint: 0.6.4 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Nov 11, 2024
1 parent 3a7266f commit 4f6fcfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/orbax-checkpoint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@

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

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

sourceRoot = "${src.name}/checkpoint";
Expand Down Expand Up @@ -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/releases/tag/v${version}";
changelog = "https://github.com/google/orbax/blob/${lib.removePrefix "refs/tags/" src.rev}/checkpoint/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};
Expand Down

0 comments on commit 4f6fcfd

Please sign in to comment.