Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.flax: 0.6.5 -> 0.7.4

+2 -2
+2 -2
pkgs/development/python-modules/flax/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "flax"; 22 - version = "0.6.5"; 22 + version = "0.7.4"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "google"; 26 26 repo = pname; 27 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-Vv68BK83gTIKj0r9x+twdhqmRYziD0vxQCdHkYSeTak="; 28 + hash = "sha256-i48omag/1Si3mCCGfsUD9qeejyeCLWzvvwKJqH8vm8k="; 29 29 }; 30 30 31 31 nativeBuildInputs = [ jaxlib pythonRelaxDepsHook ];