python312Packages.orbax-checkpoint: 0.11.4 -> 0.11.6

Diff: https://github.com/google/orbax/compare/refs/tags/v0.11.4...v0.11.6

Changelog: https://github.com/google/orbax/blob/v0.11.6/checkpoint/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2025-02-21 09:44:19 +01:00
parent d12aeacded
commit 3f6293d144
@@ -34,14 +34,14 @@
buildPythonPackage rec {
pname = "orbax-checkpoint";
version = "0.11.4";
version = "0.11.6";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "orbax";
tag = "v${version}";
hash = "sha256-zKQcqDW0dOQIGNllrK6bPdTr8mkKU6eevdfvMGssd9w=";
hash = "sha256-2bnm9D+ywhploTmtZ+frwf8VuTjczBVN+wqcfe3x77I=";
};
sourceRoot = "${src.name}/checkpoint";