From 69d2dcebd5d9833fa5f0e04cc1de5bcf44ae734e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 30 May 2026 12:18:52 -0700 Subject: [PATCH] python3Packages.icalendar-searcher: 1.0.5 -> 1.0.6 Diff: https://github.com/python-caldav/icalendar-searcher/compare/v1.0.5...v1.0.6 Changelog: https://github.com/python-caldav/icalendar-searcher/blob/v1.0.6/CHANGELOG.md --- .../development/python-modules/icalendar-searcher/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/icalendar-searcher/default.nix b/pkgs/development/python-modules/icalendar-searcher/default.nix index 7745937d5720..8361182725ae 100644 --- a/pkgs/development/python-modules/icalendar-searcher/default.nix +++ b/pkgs/development/python-modules/icalendar-searcher/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "icalendar-searcher"; - version = "1.0.5"; + version = "1.0.6"; pyproject = true; src = fetchFromGitHub { owner = "python-caldav"; repo = "icalendar-searcher"; tag = "v${version}"; - hash = "sha256-x11gdW6FuSCktMGtPxTg39C98J0/0C7F07jIHN0ewbY="; + hash = "sha256-HkiKy38B5+i6Lb+0Teu/YqvrE1gqy/x3u1GRUWAHNes="; }; build-system = [