lol

python312Packages.jax: 0.5.1 -> 0.5.2 (#387207)

authored by

Nick Cao and committed by
GitHub
5dcaeaa0 168b4250

+2 -2
+2 -2
pkgs/development/python-modules/jax/default.nix
··· 40 40 in 41 41 buildPythonPackage rec { 42 42 pname = "jax"; 43 - version = "0.5.1"; 43 + version = "0.5.2"; 44 44 pyproject = true; 45 45 46 46 src = fetchFromGitHub { ··· 48 48 repo = "jax"; 49 49 # google/jax contains tags for jax and jaxlib. Only use jax tags! 50 50 tag = "jax-v${version}"; 51 - hash = "sha256-WXtoLiRGcD8PqCMV+VYGeFr/qFEavuoVM5JSapO1QXc="; 51 + hash = "sha256-Z7yMV4P423Pr574QPk0bVupWj2//RelLi/eLUqN/BlE="; 52 52 }; 53 53 54 54 build-system = [ setuptools ];