whisper-ctranslate2: 0.3.4 -> 0.3.5

This commit is contained in:
R. Ryantm 2023-12-31 01:24:26 +00:00
parent 01962add7e
commit 0ee604d356

View file

@ -5,7 +5,7 @@
}: }:
let let
pname = "whisper-ctranslate2"; pname = "whisper-ctranslate2";
version = "0.3.4"; version = "0.3.5";
in in
python3.pkgs.buildPythonApplication { python3.pkgs.buildPythonApplication {
inherit pname version; inherit pname version;
@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication {
owner = "Softcatala"; owner = "Softcatala";
repo = "whisper-ctranslate2"; repo = "whisper-ctranslate2";
rev = version; rev = version;
hash = "sha256-6tbCEvoOd97/rWC8XwKUS2FJXaB7PKReCctWRaYqUGU="; hash = "sha256-2eBJghncgzIbQKItj0Qng5xwvh9BBHNMxlbjO+tUdVU=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [