Merge pull request #304722 from ibizaman/wyoming-faster-whisper-2.1.0

wyoming-faster-whisper: 2.0.0 -> 2.1.0
This commit is contained in:
Martin Weinelt 2024-04-17 09:09:32 +02:00 committed by GitHub
commit 971c06c879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "wyoming-faster-whisper";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "rhasspy";
repo = "wyoming-faster-whisper";
rev = "refs/tags/v${version}";
hash = "sha256-CeFSxL2Mn9lgboKghbteCl6VMTqruJgrI0io+TdaV5k=";
hash = "sha256-zWa872YkPh8B7dE//leth+ixIa1wHSRcjkvH2lXzolc=";
};
nativeBuildInputs = with python3Packages; [