python310Packages.aiolifx-themes: 0.4.1 -> 0.4.2

Changelog: https://github.com/Djelibeybi/aiolifx-themes/releases/tag/v0.4.2
This commit is contained in:
Fabian Affolter 2023-03-03 11:52:33 +01:00
parent ea0dc57bb6
commit 7c7522b0d3

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiolifx-themes";
version = "0.4.1";
version = "0.4.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Djelibeybi";
repo = "aiolifx-themes";
rev = "refs/tags/v${version}";
hash = "sha256-ND+0jukCU3jB34Sf4qAZg/+pyXVCoIoMqOoBW7srCSQ=";
hash = "sha256-6bbhjmtgGEifYmtgXrnsCF36oU+jJDmHMPPEO5a7AKQ=";
};
prePatch = ''