wyoming-faster-whisper: 3.4.1 -> 3.5.0 (#540116)

This commit is contained in:
Martin Weinelt
2026-07-09 21:46:33 +00:00
committed by GitHub
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "wyoming-faster-whisper";
version = "3.4.1";
version = "3.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "rhasspy";
repo = "wyoming-faster-whisper";
tag = "v${finalAttrs.version}";
hash = "sha256-V4WPd8forlrJDdcqDvZ8ghtfIYKsGPbTaAJBlilkdv8=";
hash = "sha256-+RmP552zsvWbxIpfhmKNdU4EZSeEImUdaF827g6Tuco=";
};
build-system = with python3Packages; [