Merge pull request #191067 from r-ryantm/auto-update/python310Packages.coqui-trainer

This commit is contained in:
Martin Weinelt 2022-09-13 15:05:16 +02:00 committed by GitHub
commit b98c0518e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
let
pname = "coqui-trainer";
version = "0.0.14";
version = "0.0.15";
in
buildPythonPackage {
inherit pname version;
@ -27,7 +27,7 @@ buildPythonPackage {
owner = "coqui-ai";
repo = "Trainer";
rev = "refs/tags/v${version}";
hash = "sha256-WvJDGV7gmf/QQN3SswTq/ABy9ppPFi5xYnMeL/M7GxY=";
hash = "sha256-WBFsQuGnpqOiQW7VFfsk0t7qEBs1ScOChfQFpLmqTz4=";
};
propagatedBuildInputs = [