python312Packages.aiolifx-themes: 0.6.5 -> 0.6.7

This commit is contained in:
R. Ryantm
2025-02-19 12:01:24 +00:00
parent 732e35c476
commit a71d0cbd8d
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiolifx-themes";
version = "0.6.5";
version = "0.6.7";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Djelibeybi";
repo = "aiolifx-themes";
tag = "v${version}";
hash = "sha256-mqxqlfpxfR5IH3MbYsLhBE36qkM7MgnyXdR0dlMr+t8=";
hash = "sha256-Y0UJYxeYcKhDLcQOm/7vju9OD8f58oDPJ5l5Ep7Flcc=";
};
build-system = [ poetry-core ];
@@ -41,7 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Color themes for LIFX lights running on aiolifx";
homepage = "https://github.com/Djelibeybi/aiolifx-themes";
changelog = "https://github.com/Djelibeybi/aiolifx-themes/releases/tag/v${version}";
changelog = "https://github.com/Djelibeybi/aiolifx-themes/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ lukegb ];
};