mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
python310Packages.trainer: 0.0.24 -> 0.0.25
https://github.com/coqui-ai/Trainer/releases/tag/v0.0.25
This commit is contained in:
parent
90a9855ece
commit
a358d6c0e5
@ -18,7 +18,7 @@
|
||||
|
||||
let
|
||||
pname = "trainer";
|
||||
version = "0.0.24";
|
||||
version = "0.0.25";
|
||||
in
|
||||
buildPythonPackage {
|
||||
inherit pname version;
|
||||
@ -28,7 +28,7 @@ buildPythonPackage {
|
||||
owner = "coqui-ai";
|
||||
repo = "Trainer";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-+Wr8kmHo3rWxknSN/jJVzXow95hNgth/j4OSj96gScE=";
|
||||
hash = "sha256-XhE3CbcbCZjuUI6dx1gNNpQrxycqCgmOgjkaQ8MtL9E=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user