diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-12-12 00:37:55 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-12-12 00:43:56 +0100 |
| commit | 616127128106294868c678d66e545030c1c61945 (patch) | |
| tree | d6460561aee2e781873f7635b710d23ca5756e47 | |
| parent | Merge pull request #205302 from fabaff/pychromecast-bump (diff) | |
| download | nixpkgs-616127128106294868c678d66e545030c1c61945.tar.gz | |
python3Packages.aiolifx-effects: 0.3.0 -> 0.3.1
https://github.com/amelchio/aiolifx_effects/releases/tag/v0.3.1
| -rw-r--r-- | pkgs/development/python-modules/aiolifx-effects/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiolifx-effects/default.nix b/pkgs/development/python-modules/aiolifx-effects/default.nix index 71df3079b797..0b260340ec64 100644 --- a/pkgs/development/python-modules/aiolifx-effects/default.nix +++ b/pkgs/development/python-modules/aiolifx-effects/default.nix @@ -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; |
