python312Packages.aiolifx: 1.0.9 -> 1.1.1

https://github.com/aiolifx/aiolifx/releases/tag/1.1.1
This commit is contained in:
Martin Weinelt 2024-09-18 13:43:53 +02:00
parent 75ac2a58e9
commit 169020fad3
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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