python3Packages.trainer: 0.0.29 -> 0.0.31

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:16 +02:00
parent 8a2ddf2346
commit 8e1a5457b0

View file

@ -16,7 +16,7 @@
let
pname = "trainer";
version = "0.0.29";
version = "0.0.31";
in
buildPythonPackage {
inherit pname version;
@ -26,7 +26,7 @@ buildPythonPackage {
owner = "coqui-ai";
repo = "Trainer";
rev = "refs/tags/v${version}";
hash = "sha256-ISEIIJReYKT3tEAF9/pckPg2+aYkBJyRWo6fvWZ/asI=";
hash = "sha256-avZuujeWG/UGkj7fcGB99Fw7KYktJPIDf8oB4wjoiD4=";
};
postPatch = ''