home-assistant-custom-components.waste_collection_schedule: 2.0.1 -> 2.1.0

Diff: https://github.com/mampfes/hacs_waste_collection_schedule/compare/refs/tags/2.0.1...2.1.0

Changelog: https://github.com/mampfes/hacs_waste_collection_schedule/releases/tag/2.1.0
This commit is contained in:
Robert Schütz 2024-08-25 17:34:03 -07:00
parent c15b8367b6
commit 13b82f1196

View File

@ -5,26 +5,28 @@
, icalendar
, icalevents
, lxml
, pycryptodome
, recurring-ical-events
}:
buildHomeAssistantComponent rec {
owner = "mampfes";
domain = "waste_collection_schedule";
version = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
inherit owner;
repo = "hacs_${domain}";
rev = "refs/tags/${version}";
hash = "sha256-nStfENwlPXPEvK13e8kUpPav6ul6XQO/rViHRHlZpKI=";
hash = "sha256-BRxBZecOg8R4yF1lVEfOWMmuYK4JQ1ORsY4bclVYOow=";
};
propagatedBuildInputs = [
dependencies = [
beautifulsoup4
icalendar
icalevents
lxml
pycryptodome
recurring-ical-events
];