whisperx: 3.8.5 -> 3.8.6 (#524080)

This commit is contained in:
Nick Cao
2026-05-26 19:39:43 +00:00
committed by GitHub
@@ -44,14 +44,14 @@ let
in
buildPythonPackage (finalAttrs: {
pname = "whisperx";
version = "3.8.5";
version = "3.8.6";
pyproject = true;
src = fetchFromGitHub {
owner = "m-bain";
repo = "whisperX";
tag = "v${finalAttrs.version}";
hash = "sha256-dFjB0X7JUqv7r64QLbsQwJNRWti+xGUOWKkhOxJE1tg=";
hash = "sha256-VPP02LtyczOiWdKuDvgnGeekEk+p6DVvLQrCE0d0LfU=";
};
# As `makeWrapperArgs` does not apply to the module, and whisperx depends on `ffmpeg`,