python313Packages.tplink-omada-client: 1.5.3 -> 1.5.5

Changelog: https://github.com/MarkGodwin/tplink-omada-api/releases/tag/release%2Fv1.5.5
This commit is contained in:
Fabian Affolter
2026-02-09 09:55:55 +01:00
parent d42b5f9345
commit 565a67e1fa
@@ -9,13 +9,13 @@
buildPythonPackage rec {
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=";
hash = "sha256-uefZ1MIt0xuLo1JZEYIJhrwY4V8KG0Rb16+ZY7PwEwI=";
};
build-system = [ hatchling ];