python312Packages.aiolifx: 1.0.8 -> 1.0.9

Changelog: https://github.com/aiolifx/aiolifx/releases/tag/1.0.9
This commit is contained in:
Fabian Affolter 2024-09-02 08:01:53 +02:00
parent abd37c51b2
commit f92ec4b4c6

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "aiolifx";
version = "1.0.8";
version = "1.0.9";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GbChqlBOcrDvzwrY0Vd6TTqPOhUjKbcYtULdQDVsY2o=";
hash = "sha256-x2wzFXehwLZWkRsBv54kYa7aon02saZpBIIA1J+9Fdc=";
};
build-system = [ setuptools ];