mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Merge pull request #196503 from r-ryantm/auto-update/python310Packages.coqui-trainer
python310Packages.coqui-trainer: 0.0.15 -> 0.0.16
This commit is contained in:
commit
d02b18d4e5
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "coqui-trainer";
|
pname = "coqui-trainer";
|
||||||
version = "0.0.15";
|
version = "0.0.16";
|
||||||
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-WBFsQuGnpqOiQW7VFfsk0t7qEBs1ScOChfQFpLmqTz4=";
|
hash = "sha256-G2qFQEO5OOEI2jsb+zXsO8cbC13o7pqAC2xkFrhGkLc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user