Skip to content

Commit

Permalink
python312Packages.orbax-checkpoint: 0.6.4 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Oct 7, 2024
1 parent c1f6fe2 commit 0823130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.7.0";
pyproject = true;

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

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

0 comments on commit 0823130

Please sign in to comment.