python3Packages.aiolifx-themes: 0.6.11 -> 1.0.0

This commit is contained in:
R. Ryantm 2025-06-09 04:45:54 +00:00
parent 047f31d25b
commit 5a89322af6

View File

@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aiolifx-themes"; pname = "aiolifx-themes";
version = "0.6.11"; version = "1.0.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Djelibeybi"; owner = "Djelibeybi";
repo = "aiolifx-themes"; repo = "aiolifx-themes";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-H5fjmGfvC/d1qTzEHtmGDPlZ0aY1UaTYPOqUAxDmb3I="; hash = "sha256-02ciRYc5aQ1nES/uctKUWwyBM9dO0hZ5OEWC5MT4Nuo=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];