From 01273fa9759bf36b99ee79ce50a212de7883958c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 30 Dec 2022 11:12:27 +0100 Subject: [PATCH] python310Packages.lightwave2: 0.8.17 -> 0.8.18 --- pkgs/development/python-modules/lightwave2/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/lightwave2/default.nix b/pkgs/development/python-modules/lightwave2/default.nix index 8aa6a2eb7bb2..345357957c43 100644 --- a/pkgs/development/python-modules/lightwave2/default.nix +++ b/pkgs/development/python-modules/lightwave2/default.nix @@ -7,21 +7,21 @@ buildPythonPackage rec { pname = "lightwave2"; - version = "0.8.17"; + version = "0.8.18"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - sha256 = "sha256-7rNhQXflyfEyOtn00DWYv3CIVYmFp+5z8quYRRdqJMY="; + hash = "sha256-XTEYOkzZP2ta+Cnffa0jz+ad/8DmZlVGPAef3CErUKo="; }; propagatedBuildInputs = [ aiohttp ]; - # Project has no tests + # Module has no tests doCheck = false; pythonImportsCheck = [ @@ -29,7 +29,7 @@ buildPythonPackage rec { ]; meta = with lib; { - description = "Python library to interact with LightWaveRF 2nd Gen lights and switches"; + description = "Library to interact with LightWaveRF 2nd Gen lights and switches"; homepage = "https://github.com/bigbadblunt/lightwave2"; license = licenses.mit; maintainers = with maintainers; [ fab ];