Skip to content

Commit 5dcaeaa

Browse files
authored
python312Packages.jax: 0.5.1 -> 0.5.2 (#387207)
2 parents 168b425 + 9c143c9 commit 5dcaeaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/jax/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ let
4040
in
4141
buildPythonPackage rec {
4242
pname = "jax";
43-
version = "0.5.1";
43+
version = "0.5.2";
4444
pyproject = true;
4545

4646
src = fetchFromGitHub {
4747
owner = "google";
4848
repo = "jax";
4949
# google/jax contains tags for jax and jaxlib. Only use jax tags!
5050
tag = "jax-v${version}";
51-
hash = "sha256-WXtoLiRGcD8PqCMV+VYGeFr/qFEavuoVM5JSapO1QXc=";
51+
hash = "sha256-Z7yMV4P423Pr574QPk0bVupWj2//RelLi/eLUqN/BlE=";
5252
};
5353

5454
build-system = [ setuptools ];

0 commit comments

Comments
 (0)