Merge pull request #88541 from r-ryantm/auto-update/homeassistant-cli

home-assistant-cli: 0.8.0 -> 0.9.1
This commit is contained in:
Ryan Mulligan 2020-05-22 07:20:39 -07:00 committed by GitHub
commit 07e782bf09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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