Merge pull request #224234 from fabaff/aiolifx-effects-bump

python310Packages.aiolifx-effects: 0.3.1 -> 0.3.2, python310Packages.aiolifx-themes: 0.4.2 -> 0.4.5
This commit is contained in:
Fabian Affolter
2023-04-02 00:31:20 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "aiolifx-effects";
version = "0.3.1";
version = "0.3.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "aiolifx_effects";
hash = "sha256-yh0Nv1r5a5l6unn9qnLjSqct/ZzUuPT6cNebVDMMfUw=";
hash = "sha256-Mhxs5PNr2W9ych56WYUZTEGck4HVTQfkil3S3zHv6Qc=";
};
propagatedBuildInputs = [
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiolifx-themes";
version = "0.4.2";
version = "0.4.5";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Djelibeybi";
repo = "aiolifx-themes";
rev = "refs/tags/v${version}";
hash = "sha256-6bbhjmtgGEifYmtgXrnsCF36oU+jJDmHMPPEO5a7AKQ=";
hash = "sha256-df3FQdOa3C8eQfgFi+sh7+/GBpE+4B5gOI+3XDQLHEs=";
};
prePatch = ''