python3Packages.ical: 13.2.2 -> 13.2.5 (#523898)

This commit is contained in:
dotlambda
2026-06-02 15:42:07 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "ical";
version = "13.2.2";
version = "13.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "allenporter";
repo = "ical";
tag = finalAttrs.version;
hash = "sha256-7EKnwfXRU7hzFVre5EVil8/HN+XnCh2qz0BF69sLDHc=";
hash = "sha256-u7HVutdUHwUsGfKj+PYjTrhX9I5lDUzWRhsBnjJYWOg=";
};
build-system = [ setuptools ];