python310Packages.aiolifx: 0.8.1 -> 0.8.2

This commit is contained in:
Fabian Affolter 2022-08-06 22:36:37 +02:00
parent 872580ae90
commit 5252a32f66

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "aiolifx";
version = "0.8.1";
version = "0.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-w6d2qpU8jPrE2Dtuq4825qOCU1SoIpkEjOEX+BYxhuU=";
hash = "sha256-k47cXi2CDtFIV3gzfdYU4i17ry0ABXcWK5CcWhwTdT0=";
};
propagatedBuildInputs = [