Unverified Commit b2f8f788 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #328691 from r-ryantm/auto-update/python312Packages.tplink-omada-client

python312Packages.tplink-omada-client: 1.4.0 -> 1.4.1
parents 4840814b cd57bc84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "tplink-omada-client";
  version = "1.4.0";
  version = "1.4.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "tplink_omada_client";
    inherit version;
    hash = "sha256-P7kb8gzPjRwl6KpKbh/k7QqjGU6m+HVBbMCuoabG+5M=";
    hash = "sha256-2YGUm37i3gAKXLygtjLYVB+kGk0+84pY70CUyU3BzbY=";
  };

  build-system = [ hatchling ];