python3Packages.python-miio: 0.5.11 -> 0.5.12

This commit is contained in:
Martin Weinelt 2022-08-03 18:13:04 +02:00
parent bf3ac8e768
commit 3eb12f34ed
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,6 +10,7 @@
, defusedxml
, fetchPypi
, importlib-metadata
, micloud
, netifaces
, poetry-core
, pytest-mock
@ -24,14 +25,14 @@
buildPythonPackage rec {
pname = "python-miio";
version = "0.5.11";
version = "0.5.12";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-1hC7yE/hGLx9g3NXqU45yC/6dcW6/0oZwgYW5bj/37c=";
hash = "sha256-BJw1Gg3FO2R6WWKjkrpxDN4fTMTug5AIj0SNq1gEbBY=";
};
nativeBuildInputs = [
@ -47,6 +48,7 @@ buildPythonPackage rec {
croniter
cryptography
defusedxml
micloud
netifaces
pytz
pyyaml