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

Changelog: https://github.com/MarkGodwin/tplink-omada-api/releases/tag/release%2Fv1.5.8
This commit is contained in:
Fabian Affolter
2026-06-23 21:12:14 +02:00
parent 90d704fbd0
commit 94b333620e
@@ -9,13 +9,13 @@
buildPythonPackage (finalAttrs: {
pname = "tplink-omada-client";
version = "1.5.7";
version = "1.5.8";
pyproject = true;
src = fetchPypi {
pname = "tplink_omada_client";
inherit (finalAttrs) version;
hash = "sha256-sl6E6HJ8hrMW4IHoOZ16bQTPHuc96noY4LsyI5NkO/Y=";
hash = "sha256-JFAx2rDV0ughzilXBLIyPvFia79rL0ZcNFXp9hPJysU=";
};
build-system = [ hatchling ];