home-assistant-cli: 0.7.0 -> 0.8.0

This commit is contained in:
R. RyanTM 2019-12-23 07:30:33 -08:00
parent f79e10061f
commit cf1220bed6

View file

@ -2,11 +2,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "homeassistant-cli";
version = "0.7.0";
version = "0.8.0";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "a38d4669201ac2afa71b6578a220bf4d6d59131263b278d51ebd1479677f6baf";
sha256 = "0qq42b2a0rlrzaxwf3zqks5gzgv0hf4pz4yjjl6ldnizw8fcj40n";
};
postPatch = ''