python3Packages.optax: 0.1.7 -> 0.2.1

https://github.com/deepmind/optax/releases/tag/v0.2.1
This commit is contained in:
Martin Weinelt
2024-03-12 18:24:36 +01:00
parent e9f2802a2c
commit 2c3b68180a
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "optax";
version = "0.1.7";
version = "0.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "deepmind";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-zSMJxagPe2rkhrawJ+TWXUzk6V58IY6MhWmEqLVtOoA=";
hash = "sha256-vimsVZV5Z11euLxsu998pMQZ0hG3xl96D3h9iONtl/E=";
};
outputs = [