python3Packages.flax: 0.12.1 -> 0.12.2 (#472369)

This commit is contained in:
kirillrdy
2025-12-19 19:51:03 +00:00
committed by GitHub
@@ -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 = [