python312Packages.aiolifx: 1.0.8 -> 1.0.9 (#338940)

This commit is contained in:
Fabian Affolter 2024-09-02 10:21:02 +02:00 committed by GitHub
commit 92fc837cda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];