python313Packages.ical: 9.2.2 -> 9.2.4

https://github.com/allenporter/ical/releases/tag/9.2.4
This commit is contained in:
Martin Weinelt
2025-05-17 00:23:41 +02:00
parent efe860c6d7
commit bad00c9ec5
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "ical";
version = "9.2.2";
version = "9.2.4";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "ical";
tag = version;
hash = "sha256-eh8XOKn7Xo4JprMwVVdsBWdXajn2URYVR5tz2y2wKrg=";
hash = "sha256-R9BuCLuVYuUvrmF/arEDsUPPUeSLjpqiEJ/ovvGIsYQ=";
};
build-system = [ setuptools ];