python310Packages.coqui-trainer: 0.0.14 -> 0.0.15
This commit is contained in:
parent
d99e0c6fc2
commit
c2a69aa59a
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "coqui-trainer";
|
pname = "coqui-trainer";
|
||||||
version = "0.0.14";
|
version = "0.0.15";
|
||||||
in
|
in
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -27,7 +27,7 @@ buildPythonPackage {
|
||||||
owner = "coqui-ai";
|
owner = "coqui-ai";
|
||||||
repo = "Trainer";
|
repo = "Trainer";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-WvJDGV7gmf/QQN3SswTq/ABy9ppPFi5xYnMeL/M7GxY=";
|
hash = "sha256-WBFsQuGnpqOiQW7VFfsk0t7qEBs1ScOChfQFpLmqTz4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue