python3Packages.flax: 0.11.2 -> 0.12.0

Diff: https://github.com/google/flax/compare/v0.11.2...v0.12.0

Changelog: https://github.com/google/flax/releases/tag/v0.12.0
This commit is contained in:
Gaetan Lepage
2025-09-26 08:50:24 +00:00
parent 40b8f465ae
commit f2c5058f34
@@ -38,14 +38,14 @@
buildPythonPackage rec {
pname = "flax";
version = "0.11.2";
version = "0.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "flax";
tag = "v${version}";
hash = "sha256-b7x6M2qt0OL5xBwmuOFcIS5MhlwUvA6cO5hOJ2ZiOrI=";
hash = "sha256-ioMj8+TuOFX3t9p3oVaywaOQPFBgvNcy7b/2WX/yvXA=";
};
build-system = [