python3Packages.trainer: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm
2025-12-15 10:03:46 +00:00
parent 9792f74fef
commit e484aaa494
@@ -18,7 +18,7 @@
let
pname = "coqui-tts-trainer";
version = "0.3.1";
version = "0.3.2";
in
buildPythonPackage {
inherit pname version;
@@ -28,7 +28,7 @@ buildPythonPackage {
owner = "idiap";
repo = "coqui-ai-Trainer";
tag = "v${version}";
hash = "sha256-vEVFnGn25F2lxG+oQzZWk20MarZdJrRkbsVC1rlEJwA=";
hash = "sha256-lZmRniy8M3vsh0gCip9Eg0CwgDwcZnY1quy1VwU0O5I=";
};
nativeBuildInputs = [