Unverified Commit c30b8041 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

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

parents 3e47264d c5929fce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [