Merge pull request #160808 from samuela/upkeep-bot/python3Packages.jax-0.3.1-1645231325

python3Packages.jax: 0.3.0 -> 0.3.1
This commit is contained in:
Samuel Ainsworth 2022-02-19 11:49:19 -08:00 committed by GitHub
commit 1267a00f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "jax";
version = "0.3.0";
version = "0.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "google";
repo = pname;
rev = "${pname}-v${version}";
sha256 = "0ndpngx5k6lf6jqjck82bbp0gs943z0wh7vs9gwbyk2bw0da7w72";
sha256 = "0bpqmyc4hg25i8cfnrx3y2bwgp6h5rri2a1q9i8gb6r0id97zvcn";
};
patches = [