python3Packages.tplink-omada-client: 1.5.6 -> 1.5.7 (#506725)

This commit is contained in:
Fabian Affolter
2026-04-04 20:10:18 +00:00
committed by GitHub
@@ -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 ];