python310Packages.trainer: 0.0.27 -> 0.0.29

https://github.com/coqui-ai/Trainer/releases/tag/v0.0.29
This commit is contained in:
Martin Weinelt 2023-07-25 13:14:22 +02:00 committed by Yt
parent 89b48ac9cb
commit 9770f6a23a

View file

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