pythonPackages.python-miio: 0.5.9.1 -> 0.5.9.2
The miio integration in home-assistant is broken with the current version. These changes works as a override in my setup.
This commit is contained in:
parent
2f99db6b3e
commit
209326c600
1 changed files with 2 additions and 2 deletions
|
@ -24,13 +24,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-miio";
|
||||
version = "0.5.9.1";
|
||||
version = "0.5.9.2";
|
||||
disabled = pythonOlder "3.6.5";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-fWLN1mGSoB+H6YSwTYpx1fuXfkrHBgdRkhzDLbmMBcg=";
|
||||
sha256 = "sha256-AFwarRhFknfwTSvSDGoWE+/mv1KUD2XnWK/xCBqrN4o=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue