Merge pull request #327272 from r-ryantm/auto-update/python312Packages.aiolifx-themes

python312Packages.aiolifx-themes: 0.4.18 -> 0.4.21
This commit is contained in:
Weijia Wang 2024-07-15 14:41:55 +02:00 committed by GitHub
commit eabadeb83e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiolifx-themes";
version = "0.4.18";
version = "0.4.21";
pyproject = true;
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Djelibeybi";
repo = "aiolifx-themes";
rev = "refs/tags/v${version}";
hash = "sha256-6oV6pyVwSS6sYrTokcJ/1KBkuv7EHNr+2bJ5ujengTY=";
hash = "sha256-GRB4Hj+WjiEqskq4KnaD6aDpoESLBTs77Xj23+0/A6k=";
};
prePatch = ''