python3Packages.recurring-ical-events: 3.4.0 -> 3.4.1

https://github.com/niccokunzmann/python-recurring-ical-events/blob/v3.4.1/README.rst#changelog
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:10 +01:00
parent eca4b204f0
commit b2dd875b03
@@ -48,7 +48,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "recurring_ical_events" ];
meta = {
changelog = "https://github.com/niccokunzmann/python-recurring-ical-events/blob/${src.rev}/README.rst#changelog";
changelog = "https://github.com/niccokunzmann/python-recurring-ical-events/blob/${src.tag}/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;