python310Packages.recurring-ical-events: 1.1.0b0 -> 2.0.0

https://github.com/niccokunzmann/python-recurring-ical-events/blob/v2.0.0/README.rst#changelog
This commit is contained in:
Robert Schütz 2023-01-11 19:32:03 -08:00
parent c9c4aea7ab
commit 397d5aab53

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "recurring-ical-events";
version = "1.1.0b0";
version = "2.0.0";
format = "setuptools";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "niccokunzmann";
repo = "python-recurring-ical-events";
rev = "v${version}";
hash = "sha256-ePbyZd/l/O3p/6Mbq1kMFsktkFKpPAw/u7uUynZYP2Y=";
hash = "sha256-B6oLy4Ai30SGGTgGcO0V+f1mf1P1W8sMpzk7oIUtcJY=";
};
propagatedBuildInputs = [
@ -41,6 +41,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "recurring_ical_events" ];
meta = {
changelog = "https://github.com/niccokunzmann/python-recurring-ical-events/blob/${src.rev}/README.rst#changelog";
description = "Repeat ICalendar events by RRULE, RDATE and EXDATE";
homepage = "https://github.com/niccokunzmann/python-recurring-ical-events";
license = lib.licenses.lgpl3Plus;