python: python-miio: 0.5.0.1 -> 0.5.1

This commit is contained in:
Frederik Rietdijk 2020-06-05 19:44:37 +02:00
parent 7869150bd4
commit e539d2c543

View File

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "python-miio";
version = "0.5.0.1";
version = "0.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "fa9c318256945ad4a8623fdf921ce81c466a7aea18b04a6711efb662f520b195";
sha256 = "8d23caf4906f2112dc88b9a6d5e1767877744cae016cd71c2bf75592a4be3b79";
};
checkInputs = [ pytest ];