python3Packages.aiolifx-effects: 0.3.0 -> 0.3.1

https://github.com/amelchio/aiolifx_effects/releases/tag/v0.3.1
This commit is contained in:
Martin Weinelt 2022-12-12 00:37:55 +01:00
parent 125f48d490
commit 6161271281
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "aiolifx-effects";
version = "0.3.0";
version = "0.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "aiolifx_effects";
hash = "sha256-6mFsQMrsEMhO9drsMMRhv8QY+eDPuskpJyazx3vG7Ko=";
hash = "sha256-yh0Nv1r5a5l6unn9qnLjSqct/ZzUuPT6cNebVDMMfUw=";
};
propagatedBuildInputs = [
@ -30,6 +30,7 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/amelchio/aiolifx_effects/releases/tag/v${version}";
description = "Light effects (pulse, colorloop ...) for LIFX lights running on aiolifx";
homepage = "https://github.com/amelchio/aiolifx_effects";
license = licenses.mit;