lol

python313Packages.recurring-ical-events: 3.6.1 -> 3.7.0

Diff: https://github.com/niccokunzmann/python-recurring-ical-events/compare/refs/tags/v3.6.1...refs/tags/v3.7.0

Changelog: https://github.com/niccokunzmann/python-recurring-ical-events/blob/v3.7.0/README.rst#changelog

+2 -2
+2 -2
pkgs/development/python-modules/recurring-ical-events/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "recurring-ical-events"; 20 - version = "3.6.1"; 20 + version = "3.7.0"; 21 21 pyproject = true; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "niccokunzmann"; 25 25 repo = "python-recurring-ical-events"; 26 26 tag = "v${version}"; 27 - hash = "sha256-DrrWRzMauKDnX7iyD/Q6BnLSLawekxc1f5HxjQH/Lds="; 27 + hash = "sha256-N/Y3K/QyJ6Djy9h08wgNdDm1gdy19f+6tkcV6mLaSag="; 28 28 }; 29 29 30 30 postPatch = ''