python313Packages.ical: 9.0.3 -> 9.1.0

https://github.com/allenporter/ical/releases/tag/9.1.0
This commit is contained in:
Martin Weinelt
2025-04-13 00:27:27 +02:00
parent 03f69205c2
commit 147e598cc6
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "ical";
version = "9.0.3";
version = "9.1.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "ical";
tag = version;
hash = "sha256-f2MGG+E6YxziEK4eGoyPBfp/HVVF7qV3yU8N2uw4Lnc=";
hash = "sha256-E5CIvjWi18E8PYuOsXhsQempa2pPw1frSWK+/R3UqmQ=";
};
build-system = [ setuptools ];