python312Packages.pyannote-database: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-10 13:38:09 +02:00
parent 72113d5e1f
commit 184839dd8e

View file

@ -1,12 +1,13 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, setuptools
, wheel
, pyannote-core
, pyyaml
, pandas
, typer
{
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
wheel,
pyannote-core,
pyyaml,
pandas,
typer,
}:
buildPythonPackage rec {