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.pyannote-pipeline: 3.0.1 -> 3.1.2

R. Ryantm 708a314b c46f18df

+2 -2
+2 -2
pkgs/development/python-modules/pyannote-pipeline/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "pyannote-pipeline"; 19 - version = "3.0.1"; 19 + version = "3.1.2"; 20 20 pyproject = true; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "pyannote"; 24 24 repo = "pyannote-pipeline"; 25 25 tag = version; 26 - hash = "sha256-0wSgy6kbKi9Wa5dimOz34IV5/8fSwaHDMUpaBW7tm2Y="; 26 + hash = "sha256-MMMwZMxu8viUt2DgCgymbz2vEMM9TT0ySKL2KPzAPLA="; 27 27 }; 28 28 29 29 postPatch = ''