python313Packages.aiolifx: 1.1.3 -> 1.1.4 (#387559)

This commit is contained in:
Nick Cao
2025-03-06 16:30:06 -05:00
committed by GitHub
@@ -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 ];