python3Packages.icalendar-searcher: 1.0.4 -> 1.0.5 (#495092)

This commit is contained in:
dotlambda
2026-02-28 16:08:27 +00:00
committed by GitHub
@@ -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 = [