python3Packages.ical: 13.2.1 -> 13.2.2

Diff: https://github.com/allenporter/ical/compare/13.2.1...13.2.2

Changelog: https://github.com/allenporter/ical/releases/tag/13.2.2
This commit is contained in:
Robert Schütz
2026-03-16 08:05:34 -07:00
parent 5907801284
commit 38e414aa24
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "ical";
version = "13.2.1";
version = "13.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "allenporter";
repo = "ical";
tag = finalAttrs.version;
hash = "sha256-SSOonK+iFD3JT9aTceyM/nHiGrp3/7ud8NLMXsgqlI8=";
hash = "sha256-7EKnwfXRU7hzFVre5EVil8/HN+XnCh2qz0BF69sLDHc=";
};
build-system = [ setuptools ];