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

whisper-ctranslate2: 0.4.4 -> 0.4.5
This commit is contained in:
Yt
2024-07-04 09:12:02 +00:00
committed by GitHub

View File

@@ -5,7 +5,7 @@
}:
let
pname = "whisper-ctranslate2";
version = "0.4.4";
version = "0.4.5";
in
python3.pkgs.buildPythonApplication {
inherit pname version;
@@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication {
owner = "Softcatala";
repo = "whisper-ctranslate2";
rev = version;
hash = "sha256-iVS1wyPCXlbK1rMFidNbbUohu527NSaCpu1Dve01TvM=";
hash = "sha256-hnotnEpw+5hVWVKknZHqiBSeDWy9XEjL3ojQD2ZXbAM=";
};
build-system = [ python3.pkgs.setuptools ];