whisper-ctranslate2: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm
2025-01-13 14:33:53 +00:00
parent 979627e9b7
commit a3d10adfe0
@@ -7,7 +7,7 @@
}:
let
pname = "whisper-ctranslate2";
version = "0.5.1";
version = "0.5.2";
in
python3Packages.buildPythonApplication {
inherit pname version;
@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication {
owner = "Softcatala";
repo = "whisper-ctranslate2";
tag = version;
hash = "sha256-y1xCycWUxrLwmnk6tlyag0uN0oo6DRQFeIIBw555VjY=";
hash = "sha256-53sKuaZJcH/i2C4oeKcvxRs3OmkvR3USw6nnPh+i+Eo=";
};
build-system = [ python3Packages.setuptools ];