Commit 565a67e1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

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

parent d42b5f93
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];