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

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

Changelog: https://github.com/mampfes/hacs_waste_collection_schedule/releases/tag/2.7.0
This commit is contained in:
Robert Schütz
2025-03-05 08:45:52 -08:00
parent 1287480e16
commit 25d2e2d67f
@@ -7,18 +7,19 @@
icalevents,
lxml,
pycryptodome,
pypdf,
}:
buildHomeAssistantComponent rec {
owner = "mampfes";
domain = "waste_collection_schedule";
version = "2.6.0";
version = "2.7.0";
src = fetchFromGitHub {
inherit owner;
repo = "hacs_waste_collection_schedule";
tag = version;
hash = "sha256-gfL5Nxe8io7DTya5x8aQ5PhxiH8rb8L3/CA+UqKEDAk=";
hash = "sha256-llrECprqzjioEAF+eGbDJ8pkyG3ejTrQd5L60JpPp/Y=";
};
dependencies = [
@@ -27,6 +28,7 @@ buildHomeAssistantComponent rec {
icalevents
lxml
pycryptodome
pypdf
];
meta = with lib; {