python313Packages.ical: 9.1.0 -> 9.2.0 (#404435)

This commit is contained in:
dotlambda
2025-05-05 12:32:01 -07:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "ical";
version = "9.1.0";
version = "9.2.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "ical";
tag = version;
hash = "sha256-E5CIvjWi18E8PYuOsXhsQempa2pPw1frSWK+/R3UqmQ=";
hash = "sha256-i3bfXdjTM3XLuTxxTV/qq+zDJvj8UVm2+8o1WbU8KLA=";
};
build-system = [ setuptools ];