Commit 3cec89fc authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.ical: format with nixfmt

parent 7dd8246d
Loading
Loading
Loading
Loading
+17 −20
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, emoji
, fetchFromGitHub
, freezegun
, tzdata
, pyparsing
, pydantic
, pytest-benchmark
, pytestCheckHook
, pythonOlder
, python-dateutil
, setuptools
, syrupy
{
  lib,
  buildPythonPackage,
  emoji,
  fetchFromGitHub,
  freezegun,
  tzdata,
  pyparsing,
  pydantic,
  pytest-benchmark,
  pytestCheckHook,
  pythonOlder,
  python-dateutil,
  setuptools,
  syrupy,
}:

buildPythonPackage rec {
@@ -28,9 +29,7 @@ buildPythonPackage rec {
    hash = "sha256-NrnRId+bgRh31+ocWBjWE2Zo3gOvPJ2fYtOVWOWD5EY=";
  };

  build-system = [
    setuptools
  ];
  build-system = [ setuptools ];

  dependencies = [
    python-dateutil
@@ -47,9 +46,7 @@ buildPythonPackage rec {
    syrupy
  ];

  pythonImportsCheck = [
    "ical"
  ];
  pythonImportsCheck = [ "ical" ];

  meta = with lib; {
    description = "Library for handling iCalendar";