python3Packages.tplink-omada-client: 1.5.7 -> 1.5.8 (#534706)

This commit is contained in:
Fabian Affolter
2026-06-23 20:02:46 +00:00
committed by GitHub
@@ -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 ];