python3Packages.trainer: 0.0.29 -> 0.0.31
This commit is contained in:
parent
8a2ddf2346
commit
8e1a5457b0
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue