20 buildPythonPackage rec {
21 pname = "faster-whisper";
25 src = fetchFromGitHub {
27 repo = "faster-whisper";
28 rev = "refs/tags/v${version}";
29 hash = "sha256-b8P9fI32ubOrdayA0vnjLhpZ4qffB6W+8TEOA1YLKqo=";
49 pythonImportsCheck = [
53 # all tests require downloads
65 changelog = "https://github.com/guillaumekln/faster-whisper/releases/tag/${version}";
66 description = "Faster Whisper transcription with CTranslate2";
67 homepage = "https://github.com/guillaumekln/faster-whisper";
68 license = licenses.mit;
69 maintainers = with maintainers; [ hexa ];