mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
Merge pull request #276093 from r-ryantm/auto-update/python310Packages.trainer
python310Packages.trainer: 0.0.32 -> 0.0.36
This commit is contained in:
commit
75f01120c4
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user