Merge pull request #168452 from samuela/upkeep-bot/python3Packages.jax-0.3.6-1649833784

python3Packages.jax: 0.3.5 -> 0.3.6
main
Samuel Ainsworth 2 years ago committed by GitHub
commit 56d7a75ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/jax/default.nix

@ -20,7 +20,7 @@ let
in
buildPythonPackage rec {
pname = "jax";
version = "0.3.5";
version = "0.3.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "google";
repo = pname;
rev = "jax-v${version}";
hash = "sha256-c+5r0Xvd2zrIVF9VG+yve5QDvCcfMiOYp6JqaabowhA=";
hash = "sha256-eGdAEZFHadNTHgciP4KMYHdwksz9g6un0Ar+A/KV5TE=";
};
patches = [

Loading…
Cancel
Save