whisper-ctranslate2: 0.5.4 -> 0.5.5

This commit is contained in:
R. Ryantm
2025-11-10 12:35:22 +00:00
parent ffd468f28a
commit 0c401e4717
@@ -8,7 +8,7 @@
}:
let
pname = "whisper-ctranslate2";
version = "0.5.4";
version = "0.5.5";
in
python3Packages.buildPythonApplication {
inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
owner = "Softcatala";
repo = "whisper-ctranslate2";
tag = version;
hash = "sha256-FunrxIZaKecn2g2ZZ9aBN8IMqwfJG2oEQyH8lv7Tjzo=";
hash = "sha256-YK7PoZwu7kB2rxA14iTeWyy+Ya5/eoxq0c8DKb4UCT4=";
};
build-system = [ python3Packages.setuptools ];