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:
Ulrik Strid 2022-01-04 09:48:48 +01:00 committed by Frederik Rietdijk
parent 2f99db6b3e
commit 209326c600

View file

@ -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 = ''