whisper-ctranslate2: 0.4.4 -> 0.4.5

This commit is contained in:
R. Ryantm 2024-07-04 08:28:30 +00:00
parent d8724afca4
commit 9336e16d76

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