python312Packages.aiolifx-themes: 0.5.3 -> 0.5.5

https://github.com/Djelibeybi/aiolifx-themes/releases/tag/v0.5.5
This commit is contained in:
Martin Weinelt
2024-09-18 13:43:57 +02:00
parent 169020fad3
commit 44cd2d84e3
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiolifx-themes";
version = "0.5.3";
version = "0.5.5";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Djelibeybi";
repo = "aiolifx-themes";
rev = "refs/tags/v${version}";
hash = "sha256-e07moT5XKrJ8PYZFsnibxV9kxUptMNo+Q/noOkKllnI=";
hash = "sha256-Q4PlEnbdEUWYG/odD+xSG975lsRQqhOgFb//hk+PWIw=";
};
build-system = [ poetry-core ];