python3Packages.aiolifx: 1.2.1 -> 1.2.2

https://github.com/aiolifx/aiolifx/releases/tag/1.2.2
This commit is contained in:
Martin Weinelt
2026-07-04 20:09:42 +02:00
parent bb405c5123
commit ad5e2c1859
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "aiolifx";
version = "1.2.1";
version = "1.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "aiolifx";
repo = "aiolifx";
tag = version;
hash = "sha256-9FTsY/VFfzLlDEjF8ueBQxr30YasdQwei1/KfHiXwMo=";
hash = "sha256-v2001UY12HTi1pgugfRQSUg1R6uZAfVpwCASZZW9S0o=";
};
build-system = [ setuptools ];