Skip to content

Commit

Permalink
Merge pull request #258604 from fabaff/tplink-omada-client-bump
Browse files Browse the repository at this point in the history
python311Packages.tplink-omada-client: 1.3.4 -> 1.3.5
  • Loading branch information
fabaff authored Oct 2, 2023
2 parents 15de3b8 + 0acad96 commit 96204d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "tplink-omada-client";
version = "1.3.4";
version = "1.3.5";
format = "pyproject";

disabled = pythonOlder "3.9";

src = fetchPypi {
pname = "tplink_omada_client";
inherit version;
hash = "sha256-ckb5pKAT4HfozKtgu7MpNGUdJuOLzkUjTfA/6h6imO4=";
hash = "sha256-tCyYaYJIkuJBGgE3xxc/jMir1mc7UDRXZ3i1Ai1/mxs=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 96204d8

Please sign in to comment.