lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.trainer: 0.2.2 -> 0.3.1

R. Ryantm 33f3668e 8a1999ec

+2 -2
+2 -2
pkgs/development/python-modules/trainer/default.nix
··· 18 18 19 19 let 20 20 pname = "coqui-tts-trainer"; 21 - version = "0.2.2"; 21 + version = "0.3.1"; 22 22 in 23 23 buildPythonPackage { 24 24 inherit pname version; ··· 28 28 owner = "idiap"; 29 29 repo = "coqui-ai-Trainer"; 30 30 tag = "v${version}"; 31 - hash = "sha256-MQCLeTruTlXfs3QZxsMC2Gju5rlwWDfZjkyokiIgmOI="; 31 + hash = "sha256-vEVFnGn25F2lxG+oQzZWk20MarZdJrRkbsVC1rlEJwA="; 32 32 }; 33 33 34 34 nativeBuildInputs = [