17 buildPythonPackage rec {
22 disabled = pythonOlder "3.10";
24 src = fetchFromGitHub {
25 owner = "allenporter";
27 rev = "refs/tags/${version}";
28 hash = "sha256-nwF6iInQzHdOtmcC1fi6CS2LnYRCxc/DS9bg8IxTlFg=";
50 pythonImportsCheck = [
55 description = "Library for handling iCalendar";
56 homepage = "https://github.com/allenporter/ical";
57 changelog = "https://github.com/allenporter/ical/releases/tag/${version}";
58 license = licenses.asl20;
59 maintainers = with maintainers; [ dotlambda ];