home-assistant-custom-components.waste_collection_schedule: 2.5.0 -> 2.6.0

Diff: https://github.com/mampfes/hacs_waste_collection_schedule/compare/refs/tags/2.5.0...2.6.0

Changelog: https://github.com/mampfes/hacs_waste_collection_schedule/releases/tag/2.6.0
This commit is contained in:
Robert Schütz
2025-01-08 09:54:24 -08:00
parent ab84748075
commit ae2430837d
@@ -7,19 +7,18 @@
icalevents,
lxml,
pycryptodome,
recurring-ical-events,
}:
buildHomeAssistantComponent rec {
owner = "mampfes";
domain = "waste_collection_schedule";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
inherit owner;
repo = "hacs_waste_collection_schedule";
tag = version;
hash = "sha256-8AUaVcVCZ+WCLrmEQhIEohEWmeG6g7t3EjVdF9FUyJQ=";
hash = "sha256-gfL5Nxe8io7DTya5x8aQ5PhxiH8rb8L3/CA+UqKEDAk=";
};
dependencies = [
@@ -28,7 +27,6 @@ buildHomeAssistantComponent rec {
icalevents
lxml
pycryptodome
recurring-ical-events
];
meta = with lib; {