From f369af29293cd1de237d1ba068f3747e46fa518b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 27 Feb 2026 20:46:54 -0800 Subject: [PATCH] python3Packages.icalendar-searcher: 1.0.4 -> 1.0.5 Diff: https://github.com/python-caldav/icalendar-searcher/compare/v1.0.4...v1.0.5 Changelog: https://github.com/python-caldav/icalendar-searcher/blob/v1.0.5/CHANGELOG.md --- .../python-modules/icalendar-searcher/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/icalendar-searcher/default.nix b/pkgs/development/python-modules/icalendar-searcher/default.nix index 10925aecbec3..7745937d5720 100644 --- a/pkgs/development/python-modules/icalendar-searcher/default.nix +++ b/pkgs/development/python-modules/icalendar-searcher/default.nix @@ -1,10 +1,10 @@ { buildPythonPackage, fetchFromGitHub, + hatch-vcs, + hatchling, icalendar, lib, - poetry-core, - poetry-dynamic-versioning, pyicu, pytestCheckHook, recurring-ical-events, @@ -12,19 +12,19 @@ buildPythonPackage rec { pname = "icalendar-searcher"; - version = "1.0.4"; + version = "1.0.5"; pyproject = true; src = fetchFromGitHub { owner = "python-caldav"; repo = "icalendar-searcher"; tag = "v${version}"; - hash = "sha256-CHW1++VHoTfNw5GkRfDDTERZGA/RJxc8iME8OPx1q/o="; + hash = "sha256-x11gdW6FuSCktMGtPxTg39C98J0/0C7F07jIHN0ewbY="; }; build-system = [ - poetry-core - poetry-dynamic-versioning + hatch-vcs + hatchling ]; dependencies = [