Merge pull request #167793 from samuela/upkeep-bot/python3Packages.jax-0.3.5-1649378086

python3Packages.jax: 0.3.4 -> 0.3.5
This commit is contained in:
Samuel Ainsworth 2022-04-11 13:43:43 -07:00 committed by GitHub
commit 5a2f1a900f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ let
in
buildPythonPackage rec {
pname = "jax";
version = "0.3.4";
version = "0.3.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "google";
repo = pname;
rev = "jax-v${version}";
sha256 = "sha256-RZqSJP2vtt8U6nmftV2VzfkMGkkk3100QqsjI7PpQbc=";
hash = "sha256-c+5r0Xvd2zrIVF9VG+yve5QDvCcfMiOYp6JqaabowhA=";
};
patches = [