python312Packages.aiolifx: 1.1.1 -> 1.1.2

Changelog: https://github.com/aiolifx/aiolifx/releases/tag/1.1.2
This commit is contained in:
Fabian Affolter
2024-12-14 15:44:14 +01:00
parent 119bb2941c
commit 5a61831f15
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "aiolifx";
version = "1.1.1";
version = "1.1.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-oZpq2qUAtqDaRhgW9SbbQY9z81VqrqXhRLmpaPto9+A=";
hash = "sha256-M4if9eSRG7544OaVj3HXtvOWPm1mg8Nz5dh6nl0hx+4=";
};
build-system = [ setuptools ];