From 093c47089063fc1621c2713649ed70828e0c1255 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 15 Jan 2025 16:20:53 +0000 Subject: [PATCH] python312Packages.trainer: 0.2.0 -> 0.2.2 --- pkgs/development/python-modules/trainer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/trainer/default.nix b/pkgs/development/python-modules/trainer/default.nix index e81a974a0e1a..bc33c993bffa 100644 --- a/pkgs/development/python-modules/trainer/default.nix +++ b/pkgs/development/python-modules/trainer/default.nix @@ -20,7 +20,7 @@ let pname = "coqui-tts-trainer"; - version = "0.2.0"; + version = "0.2.2"; in buildPythonPackage { inherit pname version; @@ -30,7 +30,7 @@ buildPythonPackage { owner = "idiap"; repo = "coqui-ai-Trainer"; tag = "v${version}"; - hash = "sha256-zm8BTfXvfwuWpmHFcSxuu+/V4bKanSBU2dniQboVdLY="; + hash = "sha256-MQCLeTruTlXfs3QZxsMC2Gju5rlwWDfZjkyokiIgmOI="; }; nativeBuildInputs = [