python3Packages.tplink-omada-client: 1.5.6 -> 1.5.7

Changelog: https://github.com/MarkGodwin/tplink-omada-api/releases/tag/release%2Fv1.5.7
This commit is contained in:
Fabian Affolter
2026-04-04 21:33:38 +02:00
parent 43dddf9456
commit 32c0818088
@@ -9,13 +9,13 @@
buildPythonPackage (finalAttrs: {
pname = "tplink-omada-client";
version = "1.5.6";
version = "1.5.7";
pyproject = true;
src = fetchPypi {
pname = "tplink_omada_client";
inherit (finalAttrs) version;
hash = "sha256-1euKLSj+nctsk8oY8cKGoCpxEsdfNlINsMeHpvXGhks=";
hash = "sha256-sl6E6HJ8hrMW4IHoOZ16bQTPHuc96noY4LsyI5NkO/Y=";
};
build-system = [ hatchling ];