homeassistant: 2020.12.1 -> 2020.12.2

This commit is contained in:
Martin Weinelt 2020-12-30 15:58:02 +01:00 committed by Jonathan Ringer
parent 5664693f8e
commit f399effc58
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2020.12.1";
version = "2020.12.2";
components = {
"abode" = ps: with ps; [ abodepy ];
"accuweather" = ps: with ps; [ accuweather ];

View file

@ -62,7 +62,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2020.12.1";
hassVersion = "2020.12.2";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";