python3Packages.python-miio: 0.5.11 -> 0.5.12
This commit is contained in:
parent
bf3ac8e768
commit
3eb12f34ed
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue