whisper-ctranslate2: 0.5.5 -> 0.5.6

This commit is contained in:
R. Ryantm
2025-12-19 23:40:34 +00:00
parent 921addc42f
commit 7e8c538892
@@ -8,7 +8,7 @@
}:
let
pname = "whisper-ctranslate2";
version = "0.5.5";
version = "0.5.6";
in
python3Packages.buildPythonApplication {
inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
owner = "Softcatala";
repo = "whisper-ctranslate2";
tag = version;
hash = "sha256-YK7PoZwu7kB2rxA14iTeWyy+Ya5/eoxq0c8DKb4UCT4=";
hash = "sha256-IgHTSOlF6fBX0oLWejKO5510e9M7ZTQf4CiIlb2xalM=";
};
build-system = [ python3Packages.setuptools ];