Skip to content

Commit

Permalink
python3Packages.python-miio: 0.5.5.1 -> 0.5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Mar 25, 2021
1 parent 51be366 commit 4a35438
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/python-modules/python-miio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@

buildPythonPackage rec {
pname = "python-miio";
version = "0.5.5.1";

version = "0.5.5.2";
disabled = pythonOlder "3.6";

format = "pyproject";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-3IBObrytkn6rLUT+wMlwzreqQ4AfCgxiMTJm2Iwm+5E=";
sha256 = "sha256-lk7egCyj+vSsaXmxuWxlQuom8n3JEs/RIWwCuwTOXeI=";
};

postPatch = ''
Expand Down Expand Up @@ -66,10 +64,12 @@ buildPythonPackage rec {
pyyaml
];

pythonImportsCheck = [ "miio" ];

meta = with lib; {
description = "Python library for interfacing with Xiaomi smart appliances";
homepage = "https://github.com/rytilahti/python-miio";
license = licenses.gpl3;
license = licenses.gpl3Only;
maintainers = with maintainers; [ flyfloh ];
};
}
Expand Down

0 comments on commit 4a35438

Please sign in to comment.