Merge pull request #164661 from samuela/upkeep-bot/python3Packages.jax-0.3.3-1647563830

python3Packages.jax: 0.3.1 -> 0.3.3
This commit is contained in:
Samuel Ainsworth 2022-03-17 19:26:57 -07:00 committed by GitHub
commit 5653589686
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.1";
version = "0.3.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "google";
repo = pname;
rev = "${pname}-v${version}";
sha256 = "0bpqmyc4hg25i8cfnrx3y2bwgp6h5rri2a1q9i8gb6r0id97zvcn";
sha256 = "12k5kzgs2cxf9nvcc10a9ldl4zn68b5cnkhchfj1s7f61abx6nq3";
};
patches = [