python3Packages.ical: 12.1.3 -> 13.2.0

Diff: https://github.com/allenporter/ical/compare/12.1.3...13.2.0

Changelog: https://github.com/allenporter/ical/releases/tag/13.2.0
This commit is contained in:
Robert Schütz
2026-02-20 15:40:57 -08:00
parent fcf2b060c8
commit 3b9b42ee57
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "ical";
version = "12.1.3";
version = "13.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "allenporter";
repo = "ical";
tag = version;
hash = "sha256-L/shJ2FM0x4LDPHlnCfhbujeTYNRw+MOJt6yRqZZCok=";
hash = "sha256-ld9cLqf2xy8cSRQZ9Wx/XsVZCHrpxVnFNgz1jxmYd9Q=";
};
build-system = [ setuptools ];