python3Packages.trainer: 0.0.20 -> 0.0.22

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:55 +01:00
parent f12c211068
commit 3e02206906

View File

@ -18,7 +18,7 @@
let
pname = "trainer";
version = "0.0.20";
version = "0.0.22";
in
buildPythonPackage {
inherit pname version;
@ -28,7 +28,7 @@ buildPythonPackage {
owner = "coqui-ai";
repo = "Trainer";
rev = "refs/tags/v${version}";
hash = "sha256-se2Q2wJyynPc/3TkfEn4nEh+emqBJBwPGDSnOV+sH4I=";
hash = "sha256-iujRx/9HNHIUOuoTHvQM5EByKydLjoVwfsBn7XdM3ks=";
};
postPatch = ''