python3Packages.orbax-checkpoint: 0.11.22 -> 0.11.23 (#434839)

This commit is contained in:
Gaétan Lepage 2025-08-19 09:39:46 +02:00 committed by GitHub
commit 19a0795896
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,14 +36,14 @@
buildPythonPackage rec {
pname = "orbax-checkpoint";
version = "0.11.22";
version = "0.11.23";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "orbax";
tag = "v${version}";
hash = "sha256-+0m6Y90z9BSI6mAOdDuCyZnjoJOvKQgwKvAQB1TZC88=";
hash = "sha256-bP6gkHxbWraXCjnSPntYKFCU0qjT9trXwnrP9pI/93k=";
};
sourceRoot = "${src.name}/checkpoint";