Unverified Commit 346dd96a authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant-custom-components.waste_collection_schedule: 2.10.0 -> 2.11.0 (#475038)

parents 87e53c6f bcabeb24
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  buildHomeAssistantComponent,
  fetchFromGitHub,
  beautifulsoup4,
  cloudscraper,
  icalendar,
  icalevents,
  lxml,
@@ -13,17 +14,18 @@
buildHomeAssistantComponent rec {
  owner = "mampfes";
  domain = "waste_collection_schedule";
  version = "2.10.0";
  version = "2.11.0";

  src = fetchFromGitHub {
    inherit owner;
    repo = "hacs_waste_collection_schedule";
    tag = version;
    hash = "sha256-qFeo2VE0sgBq4dwOUm26Vkgi+rv/0PsOyQhlVEJ45aE=";
    hash = "sha256-+yt6kjUV+fqbOa7jj603XdGX7XtI8mXnCnmUjYFNA7c=";
  };

  dependencies = [
    beautifulsoup4
    cloudscraper
    icalendar
    icalevents
    lxml