3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.optax: 0.1.3 -> 0.1.4

This commit is contained in:
R. Ryantm 2022-11-24 00:38:57 +00:00
parent 176d2084b5
commit 0f56f1ef54

View file

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "optax";
version = "0.1.3";
version = "0.1.4";
src = fetchFromGitHub {
owner = "deepmind";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-XAYztMBQpLBHNuNED/iodbwIMJSN/0GxdmTGQ5jD9Ws=";
hash = "sha256-BvmRFA1KNS7F6kozH9LMG8v4XJY/T2DwKgf9IIY2shE=";
};
outputs = [