Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

authored by Martin Weinelt and committed by GitHub b98c0518 cc037359

+2 -2
+2 -2
pkgs/development/python-modules/coqui-trainer/default.nix
··· 17 18 let 19 pname = "coqui-trainer"; 20 - version = "0.0.14"; 21 in 22 buildPythonPackage { 23 inherit pname version; ··· 27 owner = "coqui-ai"; 28 repo = "Trainer"; 29 rev = "refs/tags/v${version}"; 30 - hash = "sha256-WvJDGV7gmf/QQN3SswTq/ABy9ppPFi5xYnMeL/M7GxY="; 31 }; 32 33 propagatedBuildInputs = [
··· 17 18 let 19 pname = "coqui-trainer"; 20 + version = "0.0.15"; 21 in 22 buildPythonPackage { 23 inherit pname version; ··· 27 owner = "coqui-ai"; 28 repo = "Trainer"; 29 rev = "refs/tags/v${version}"; 30 + hash = "sha256-WBFsQuGnpqOiQW7VFfsk0t7qEBs1ScOChfQFpLmqTz4="; 31 }; 32 33 propagatedBuildInputs = [