Merge pull request #277823 from r-ryantm/auto-update/whisper-ctranslate2

whisper-ctranslate2: 0.3.4 -> 0.3.5
This commit is contained in:
Yt 2023-12-31 12:04:45 +00:00 committed by GitHub
commit 313bcd1ebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; [