python3Packages.ical: 13.2.5 -> 13.3.0

Diff: https://github.com/allenporter/ical/compare/13.2.5...13.3.0

Changelog: https://github.com/allenporter/ical/releases/tag/13.3.0
This commit is contained in:
Robert Schütz
2026-06-29 12:49:45 -07:00
parent 4bcc1bead3
commit 1407ab8787
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "ical";
version = "13.2.5";
version = "13.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "allenporter";
repo = "ical";
tag = finalAttrs.version;
hash = "sha256-u7HVutdUHwUsGfKj+PYjTrhX9I5lDUzWRhsBnjJYWOg=";
hash = "sha256-tyPD0z2wWND6b6TKe/uXH2N5HcaJifhV4gQS9GEAQxs=";
};
build-system = [ setuptools ];