python312Packages.aiolifx: 1.0.6 -> 1.0.8

This commit is contained in:
R. Ryantm
2024-08-20 15:19:57 +00:00
parent 625941e1a9
commit 6bd20c4588
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "aiolifx";
version = "1.0.6";
version = "1.0.8";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DA949hZogSY3KkLSeILvB5Ay6rXZoLe8ndbOtagTtvM=";
hash = "sha256-GbChqlBOcrDvzwrY0Vd6TTqPOhUjKbcYtULdQDVsY2o=";
};
build-system = [ setuptools ];