python3Packages.orbax-checkpoint: 0.11.15 -> 0.11.16 (#418081)

This commit is contained in:
Yt
2025-06-24 07:56:07 -04:00
committed by GitHub
@@ -35,14 +35,14 @@
buildPythonPackage rec {
pname = "orbax-checkpoint";
version = "0.11.15";
version = "0.11.16";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "orbax";
tag = "v${version}";
hash = "sha256-yy/BsmkBLlS6bd9I8rKKifRG+/T5/0XV00fq07LivPE=";
hash = "sha256-C5glSasB4LtxcaDx8U5rn7Y5J39+ieP0Mh2ITE1y1k8=";
};
sourceRoot = "${src.name}/checkpoint";