python313Packages.aiolifx-themes: 0.6.7 -> 0.6.8 (#385665)

This commit is contained in:
Nick Cao
2025-02-28 17:37:45 -05:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiolifx-themes";
version = "0.6.7";
version = "0.6.8";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Djelibeybi";
repo = "aiolifx-themes";
tag = "v${version}";
hash = "sha256-Y0UJYxeYcKhDLcQOm/7vju9OD8f58oDPJ5l5Ep7Flcc=";
hash = "sha256-aOKwX1a6Syv5wLx4M0vB6cEOhcIAffitSRghuHDWWgI=";
};
build-system = [ poetry-core ];