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 lib,
, fetchFromGitHub buildPythonPackage,
, setuptools fetchFromGitHub,
, wheel setuptools,
, pyannote-core wheel,
, pyyaml pyannote-core,
, pandas pyyaml,
, typer pandas,
typer,
}: }:
buildPythonPackage rec { buildPythonPackage rec {