python310Packages.jax: 0.4.16 -> 0.4.17

This commit is contained in:
Gaetan Lepage 2023-10-04 09:05:12 +02:00
parent 104503168a
commit f7b2405bd4

View file

@ -27,8 +27,8 @@ let
in
buildPythonPackage rec {
pname = "jax";
version = "0.4.16";
format = "pyproject";
version = "0.4.17";
pyproject = true;
disabled = pythonOlder "3.9";
@ -37,7 +37,7 @@ buildPythonPackage rec {
repo = pname;
# google/jax contains tags for jax and jaxlib. Only use jax tags!
rev = "refs/tags/${pname}-v${version}";
hash = "sha256-q+8CXGxK8JX0bUMK4KJB3qV/EaLHg68D1B5UrtRz0Eg=";
hash = "sha256-Lxi/lBBq7VlsT6CgnXPFcwbRU+T8630rBdm693E2jok=";
};
nativeBuildInputs = [