0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-09 12:05:50 +03:00

python310Packages.lightwave2: 0.8.17 -> 0.8.18

This commit is contained in:
Fabian Affolter 2022-12-30 11:12:27 +01:00
parent 9a56a9a8a1
commit 01273fa975

View file

@ -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 ];