We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 168b425 + 9c143c9 commit 5dcaeaaCopy full SHA for 5dcaeaa
pkgs/development/python-modules/jax/default.nix
@@ -40,15 +40,15 @@ let
40
in
41
buildPythonPackage rec {
42
pname = "jax";
43
- version = "0.5.1";
+ version = "0.5.2";
44
pyproject = true;
45
46
src = fetchFromGitHub {
47
owner = "google";
48
repo = "jax";
49
# google/jax contains tags for jax and jaxlib. Only use jax tags!
50
tag = "jax-v${version}";
51
- hash = "sha256-WXtoLiRGcD8PqCMV+VYGeFr/qFEavuoVM5JSapO1QXc=";
+ hash = "sha256-Z7yMV4P423Pr574QPk0bVupWj2//RelLi/eLUqN/BlE=";
52
};
53
54
build-system = [ setuptools ];
0 commit comments