python312Packages.recurring-ical-events: 3.3.3 -> 3.3.4 (#361883)

This commit is contained in:
Nick Cao
2024-12-05 10:14:59 -05:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "recurring-ical-events";
version = "3.3.3";
version = "3.3.4";
disabled = pythonOlder "3.8";
@@ -26,13 +26,11 @@ buildPythonPackage rec {
owner = "niccokunzmann";
repo = "python-recurring-ical-events";
rev = "refs/tags/v${version}";
hash = "sha256-gEatTTpRiqtDAn+JtoJuVHPYKmEkc5saw3hy4ZYZfX8=";
hash = "sha256-3KlmJJmak3X9adUlcmclnCv9D1Ddr+woFokrinZBYoE=";
};
build-system = [ setuptools ];
pythonRelaxDeps = [ "x-wr-timezone" ];
dependencies = [
icalendar
python-dateutil