python310Packages.aiolifx: 0.8.5 -> 0.8.6

This commit is contained in:
R. Ryantm 2022-09-29 13:16:31 +00:00
parent d07c45feb5
commit dabdf2207c

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "aiolifx";
version = "0.8.5";
version = "0.8.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+mp6MycCDInFOZTVwpOhJiLkl/qKYjPhoch6LwO5aL4=";
hash = "sha256-FJ7XMAl00KkZtLOOkj50gwVakYzjnr894QrUvwceTjo=";
};
propagatedBuildInputs = [