python310Packages.trainer: 0.0.32 -> 0.0.36

This commit is contained in:
R. Ryantm 2023-12-22 17:58:41 +00:00
parent 3eccda7f1a
commit 9e49f37e6c

View File

@ -16,7 +16,7 @@
let
pname = "trainer";
version = "0.0.32";
version = "0.0.36";
in
buildPythonPackage {
inherit pname version;
@ -26,7 +26,7 @@ buildPythonPackage {
owner = "coqui-ai";
repo = "Trainer";
rev = "refs/tags/v${version}";
hash = "sha256-lSfkokPFB09KZBHe/Qkon2gUsA82AK52WNK1bJfzCNc=";
hash = "sha256-z6TOzWqE3NytkdG3nUzh9GpFVGQEXFyzSQ8gvdB4wiw=";
};
postPatch = ''