From 06725c1404def10e827196d1429c45d48bbd5f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 30 Mar 2025 19:37:15 -0700 Subject: [PATCH] python313Packages.ical: 9.0.2 -> 9.0.3 Diff: https://github.com/allenporter/ical/compare/refs/tags/9.0.2...9.0.3 Changelog: https://github.com/allenporter/ical/releases/tag/9.0.3 --- pkgs/development/python-modules/ical/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ical/default.nix b/pkgs/development/python-modules/ical/default.nix index 0603576c59fb..d94b7757a0d4 100644 --- a/pkgs/development/python-modules/ical/default.nix +++ b/pkgs/development/python-modules/ical/default.nix @@ -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 ];