Merge pull request #302780 from fabaff/aiolifx-themes-bump

python312Packages.aiolifx-themes: 0.4.14 -> 0.4.16
This commit is contained in:
Fabian Affolter 2024-04-09 13:29:09 +02:00 committed by GitHub
commit 7b2477e59e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiolifx-themes";
version = "0.4.14";
version = "0.4.16";
pyproject = true;
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Djelibeybi";
repo = "aiolifx-themes";
rev = "refs/tags/v${version}";
hash = "sha256-KlQKRcgxaWqRKIusnZGoBDEfKYF1Gn9EkrhJAftdUTc=";
hash = "sha256-rtZRl1doTBg8CdX0p9fLzo6m2dx8YKCQOOZyvIPSr9A=";
};
prePatch = ''