Skip to content

Commit

Permalink
python312Modules.faster-whisper: 1.0.3 -> unstable-2024-07-26
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada committed Oct 20, 2024
1 parent d586a18 commit 97b7c11
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/development/python-modules/faster-whisper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,25 @@

buildPythonPackage rec {
pname = "faster-whisper";
version = "1.0.3";
version = "unstable-2024-07-26";
pyproject = true;

src = fetchFromGitHub {
owner = "SYSTRAN";
repo = "faster-whisper";
rev = "refs/tags/v${version}";
# rev = "refs/tags/v${version}";
rev = "d57c5b40b06e59ec44240d93485a95799548af50";
hash = "sha256-C/O+wt3dykQJmH+VsVkpQwEAdyW8goMUMKR0Z3Y7jdo=";
};

build-system = [
setuptools
];

pythonRelaxDeps = [ "tokenizers" ];
pythonRelaxDeps = [
"tokenizers"
"av"
];

dependencies = [
av
Expand Down

0 comments on commit 97b7c11

Please sign in to comment.