Merge pull request #197627 from fabaff/home-assistant-cli-bump

home-assistant-cli: 0.9.5 -> 0.9.6
This commit is contained in:
Jörg Thalheim
2022-10-25 14:40:41 +02:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "homeassistant-cli";
version = "0.9.5";
version = "0.9.6";
format = "setuptools";
src = fetchFromGitHub {
owner = "home-assistant-ecosystem";
repo = "home-assistant-cli";
rev = version;
hash = "sha256-gtyW5FnpzUv/3TuBZ0LJXPxeQAkl7bf8M+K6RNATVm0=";
hash = "sha256-4OeHJ7icDZUOC5K4L0F0Nd9lbJPgdW4LCU0wniLvJ1Q=";
};
postPatch = ''