python313Packages.ical: 9.0.2 -> 9.0.3 (#394770)

This commit is contained in:
dotlambda
2025-03-31 08:53:12 -07:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "ical";
version = "9.0.2";
version = "9.0.3";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "ical";
tag = version;
hash = "sha256-+kks/RZ0Wc40WCr2gdZ14Rr8y92NtEluPFJi3wwut64=";
hash = "sha256-f2MGG+E6YxziEK4eGoyPBfp/HVVF7qV3yU8N2uw4Lnc=";
};
build-system = [ setuptools ];