home-assistant: 0.109.0 -> 0.109.6

This commit is contained in:
Jörg Thalheim
2020-05-08 09:19:26 +01:00
parent 4dd83ab601
commit 44ee03d7fc
3 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
version = "20200427.1";
version = "20200505.0";
src = fetchPypi {
inherit pname version;
sha256 = "0ch669asyjqbh73y4a170j86hw9in2fw3xmxaxwh5r6sgx28k4v7";
sha256 = "0h19ddgnws5l49fwr4b0j99j4xkhpxkwdsmq71q36akd4s5lj0ll";
};
# no Python tests implemented