mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
python3Packages.pysmlight: 0.1.4 -> 0.1.5
https://github.com/smlight-tech/pysmlight/releases/tag/v0.1.5
This commit is contained in:
parent
05ed8239e9
commit
9e504928c4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user