From a069ef2d8212548bd0dc1f7fb68970be17b095f0 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Sun, 10 Feb 2019 18:48:27 +0100 Subject: home-assistant-cli: 0.4.4 -> 0.5.0 --- pkgs/servers/home-assistant/cli.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/home-assistant/cli.nix b/pkgs/servers/home-assistant/cli.nix index 90e4b0c736d5..a8cbc66f30b9 100644 --- a/pkgs/servers/home-assistant/cli.nix +++ b/pkgs/servers/home-assistant/cli.nix @@ -3,11 +3,11 @@ python36.pkgs.buildPythonApplication rec { pname = "homeassistant-cli"; - version = "0.4.4"; + version = "0.5.0"; src = python36.pkgs.fetchPypi { inherit pname version; - sha256 = "ad3722062ffb7b4fa730f61991b831dbf083e4e079c560993a023ce4bb11c55d"; + sha256 = "4ad137d336508ab74840a34b3cc488ad884cc75285f5d7842544df1c3adacf8d"; }; postPatch = '' @@ -20,7 +20,7 @@ python36.pkgs.buildPythonApplication rec { ]; propagatedBuildInputs = with python36.pkgs; [ - requests pyyaml netdisco click click-log tabulate idna jsonpath_rw jinja2 dateparser + requests netdisco click click-log tabulate jsonpath_rw jinja2 dateparser regex ruamel_yaml aiohttp ]; LC_ALL = "en_US.UTF-8"; -- cgit 1.4.1