python310Packages.jax: 0.4.18 -> 0.4.19

This commit is contained in:
Gaetan Lepage 2023-10-19 23:46:28 +02:00
parent c636b41c21
commit 3cf7e14b5c

View File

@ -27,17 +27,17 @@ let
in
buildPythonPackage rec {
pname = "jax";
version = "0.4.18";
version = "0.4.19";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "google";
repo = pname;
repo = "jax";
# google/jax contains tags for jax and jaxlib. Only use jax tags!
rev = "refs/tags/${pname}-v${version}";
hash = "sha256-rDvWHa8jYCAA9iKbWaFUXdE/9L7AepFiNzmqOcc/090=";
hash = "sha256-l5uLPqhg/hqtO9oJSaioow5cH/0jKHDVziGezkfnVcc=";
};
nativeBuildInputs = [