python313Packages.tplink-omada-client: 1.5.3 -> 1.5.5 (#488892)
This commit is contained in:
@@ -7,15 +7,15 @@
|
||||
hatchling,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "tplink-omada-client";
|
||||
version = "1.5.3";
|
||||
version = "1.5.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "tplink_omada_client";
|
||||
inherit version;
|
||||
hash = "sha256-JcH39WqEk0HNQIQ6jiN2Ml3PEX+mNLBVSaRENiut29A=";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-uefZ1MIt0xuLo1JZEYIJhrwY4V8KG0Rb16+ZY7PwEwI=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
@@ -33,9 +33,9 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Library for the TP-Link Omada SDN Controller API";
|
||||
homepage = "https://github.com/MarkGodwin/tplink-omada-api";
|
||||
changelog = "https://github.com/MarkGodwin/tplink-omada-api/releases/tag/release%2Fv${version}";
|
||||
changelog = "https://github.com/MarkGodwin/tplink-omada-api/releases/tag/release%2Fv${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "omada";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user