python3Packages.ical: 9.2.4 -> 9.2.5

This commit is contained in:
R. Ryantm
2025-05-29 17:46:39 +00:00
parent adfe0268d8
commit 582450cf6f
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "ical";
version = "9.2.4";
version = "9.2.5";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "ical";
tag = version;
hash = "sha256-R9BuCLuVYuUvrmF/arEDsUPPUeSLjpqiEJ/ovvGIsYQ=";
hash = "sha256-db7xwNN7xAoeqPngZNJxQNM2wLVcr7VpuG2IWswLCEE=";
};
build-system = [ setuptools ];