python312Packages.orbax-checkpoint: 0.11.4 -> 0.11.6 (#383865)

This commit is contained in:
Gaétan Lepage
2025-02-21 10:42:24 +01:00
committed by GitHub
@@ -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";