python313Packages.aiolifx: 1.1.3 -> 1.1.4

Changelog: https://github.com/aiolifx/aiolifx/releases/tag/1.1.4
This commit is contained in:
Fabian Affolter
2025-03-06 11:24:28 +01:00
parent 0d6cc761bc
commit 4e9dba7aa3
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "aiolifx";
version = "1.1.3";
version = "1.1.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4zLvrOHsQg8NhZlTSkAzNffN56H89JeYkKxwHNb3n+Y=";
hash = "sha256-7T7nHmnK1ZLoIgi6e8VVrq6NVAmL7tVi+F/6G3Ayh2Q=";
};
build-system = [ setuptools ];