python3Packages.orbax-checkpoint: 0.12.1 -> 0.12.3

Diff: https://github.com/google/orbax/compare/v0.12.1...v0.12.3

Changelog: https://github.com/google/orbax/blob/v0.12.3/checkpoint/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2026-08-13 11:57:26 +00:00
parent c66e491cc9
commit a726b99e2e

View File

@@ -42,7 +42,7 @@
buildPythonPackage (finalAttrs: {
pname = "orbax-checkpoint";
version = "0.12.1";
version = "0.12.3";
pyproject = true;
__structuredAttrs = true;
@@ -50,7 +50,7 @@ buildPythonPackage (finalAttrs: {
owner = "google";
repo = "orbax";
tag = "v${finalAttrs.version}";
hash = "sha256-yE8M8f2c+4lTL56LrS57vU/MMM3NgYCZOuHZWbdODh0=";
hash = "sha256-uyObu0UdXRN5KgJhTTdkL2vJEjF9Lh0oOjMZENH4zck=";
};
sourceRoot = "${finalAttrs.src.name}/checkpoint";