python312Packages.pyannote-database: format with nixfmt
This commit is contained in:
parent
72113d5e1f
commit
184839dd8e
1 changed files with 10 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue