Merge pull request #245722 from r-ryantm/auto-update/python310Packages.optax

python310Packages.optax: 0.1.5 -> 0.1.7
This commit is contained in:
Nick Cao 2023-07-27 19:34:20 -06:00 committed by GitHub
commit e19a954bd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "optax";
version = "0.1.5";
version = "0.1.7";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "deepmind";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-vhPpynKq0dboSt+fQ4lvVv9ytDXnZKRrc7lF03Mm39g=";
hash = "sha256-zSMJxagPe2rkhrawJ+TWXUzk6V58IY6MhWmEqLVtOoA=";
};
outputs = [