python313Packages.aiolifx: 1.1.5 -> 1.2.0

Changelog: https://github.com/aiolifx/aiolifx/releases/tag/1.2.0
This commit is contained in:
Fabian Affolter 2025-07-08 08:35:49 +02:00
parent 143dfa1ac9
commit 7be567ff29

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "aiolifx";
version = "1.1.5";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-KRUe8qn/3jYKxgKvqPeA6oXZF3IYfRBBftWxjLhe/ow=";
hash = "sha256-pAuQLeqLVkVEW/iByXk9brfEm79rR4ZL+ncUA0MxOnM=";
};
build-system = [ setuptools ];