python312Packages.aiolifx-themes: 0.6.8 -> 0.6.9 (#386968)

This commit is contained in:
Nick Cao
2025-03-06 15:39:26 -05:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiolifx-themes";
version = "0.6.8";
version = "0.6.9";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Djelibeybi";
repo = "aiolifx-themes";
tag = "v${version}";
hash = "sha256-aOKwX1a6Syv5wLx4M0vB6cEOhcIAffitSRghuHDWWgI=";
hash = "sha256-cAPPYqUjXFnPu2h/Kc0SpF8MMjK+1KSEg0xe3Al2QeA=";
};
build-system = [ poetry-core ];