python3Packages.pysmlight: 0.2.5 -> 0.2.6 (#414028)

This commit is contained in:
dotlambda
2025-06-04 16:17:35 -07:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pysmlight";
version = "0.2.5";
version = "0.2.6";
pyproject = true;
src = fetchFromGitHub {
owner = "smlight-tech";
repo = "pysmlight";
tag = "v${version}";
hash = "sha256-ylfOro/GqgXDAPdtwbAWOMBO207zp5T26HRnDYrIw34=";
hash = "sha256-mK9bWRo5l2t2E/TP7POj04z45zD/XZbNOkFXGvD23k8=";
};
build-system = [ poetry-core ];
@@ -41,6 +41,8 @@ buildPythonPackage rec {
pytestCheckHook
];
__darwinAllowLocalNetworking = true;
meta = {
changelog = "https://github.com/smlight-tech/pysmlight/releases/tag/${src.tag}";
description = "Library implementing API control of the SMLIGHT SLZB-06 LAN Coordinators";