python3Packages.ical: 10.0.4 -> 11.0.0

https://github.com/allenporter/ical/releases/tag/11.0.0
This commit is contained in:
Martin Weinelt
2025-08-08 04:06:15 +02:00
parent 02bd525afb
commit d7fdf301bd
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "ical";
version = "10.0.4";
version = "11.0.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "ical";
tag = version;
hash = "sha256-T58A2oBDD97C5Jz5WlbAJYOnoJzP+jAryKb5Oim4TuU=";
hash = "sha256-jn4xPwnJ/RQNTItYv4QY54UejayI0MmDhKZtg2lkpr8=";
};
build-system = [ setuptools ];