python3Packages.pysmlight: 0.1.4 -> 0.1.5

https://github.com/smlight-tech/pysmlight/releases/tag/v0.1.5
This commit is contained in:
Martin Weinelt 2025-01-19 21:17:40 +01:00
parent 05ed8239e9
commit 9e504928c4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pysmlight";
version = "0.1.4";
version = "0.1.5";
pyproject = true;
src = fetchFromGitHub {
owner = "smlight-tech";
repo = "pysmlight";
tag = "v${version}";
hash = "sha256-qqvjLSGZx4F1U80jc0z42D7PuBw3D7EEbL4+GoTJgoE=";
hash = "sha256-A/IppL1bTGvgdmPIGQS8rRNGrZIK8YTnEnKUJWAgs5Q=";
};
build-system = [ poetry-core ];
@ -40,7 +40,7 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://github.com/smlight-tech/pysmlight/releases/tag/v${version}";
changelog = "https://github.com/smlight-tech/pysmlight/releases/tag/${src.tag}";
description = "Library implementing API control of the SMLIGHT SLZB-06 LAN Coordinators";
homepage = "https://github.com/smlight-tech/pysmlight";
license = lib.licenses.asl20;