nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.faster-whisper: 1.1.1 -> 1.2.0

R. Ryantm 7addc153 af7f652b

+2 -2
+2 -2
pkgs/development/python-modules/faster-whisper/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "faster-whisper"; 22 - version = "1.1.1"; 22 + version = "1.2.0"; 23 23 pyproject = true; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "SYSTRAN"; 27 27 repo = "faster-whisper"; 28 28 tag = "v${version}"; 29 - hash = "sha256-1j0ZNQY+P7ZflFCxKkFncJl7Rwuf3AMhzsS6CO9uLD0="; 29 + hash = "sha256-kv2pLszImGzrPI0q2eglX//BMrj2pF0oMHnZ+7VKrHI="; 30 30 }; 31 31 32 32 build-system = [