python3Packages.flax: 0.12.1 -> 0.12.2

Diff: https://github.com/google/flax/compare/v0.12.1...v0.12.2

Changelog: https://github.com/google/flax/releases/tag/v0.12.2
This commit is contained in:
Gaetan Lepage
2025-12-19 12:36:41 +00:00
parent fc1645d3d8
commit c5929fcea4
@@ -38,14 +38,14 @@
buildPythonPackage rec {
pname = "flax";
version = "0.12.1";
version = "0.12.2";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "flax";
tag = "v${version}";
hash = "sha256-AUgNU1ww1Ic+lfdHtdP4fdFuvIatAXqs7AX615aVPKM=";
hash = "sha256-Wdfc35/iah98C5WNYZWiAd2FJUJlyGLJ8xELpuYD3GU=";
};
build-system = [