python3Packages.orbax-checkpoint: 0.11.20 -> 0.11.21 (#431842)

This commit is contained in:
Gaétan Lepage
2025-08-08 01:11:08 +02:00
committed by GitHub
@@ -36,14 +36,14 @@
buildPythonPackage rec {
pname = "orbax-checkpoint";
version = "0.11.20";
version = "0.11.21";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "orbax";
tag = "v${version}";
hash = "sha256-ZZTmWW0PZHk8Evhk6JnbAyl7RQOAxN4GwXUv5M6GfIQ=";
hash = "sha256-hb7Y/usg4JFRKsahKNV8rvjMGAN4xYEaaWsedGKcK+Y=";
};
sourceRoot = "${src.name}/checkpoint";