python310Packages.tplink-omada-client: 1.0.2 -> 1.1.0

This commit is contained in:
Fabian Affolter 2023-01-24 08:39:53 +01:00
parent a92a2eb54a
commit 5952f64511

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "tplink-omada-client";
version = "1.0.2";
version = "1.1.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "tplink_omada_client";
inherit version;
hash = "sha256-W3WJPYQofNcpW5AyIW3ms6FxQ2yWzocL3nrZGCdm+gk=";
hash = "sha256-p58W6PIYdimJz8Cdzv/rr8GRW1wLcb0jnhNxkbuQiBo=";
};
nativeBuildInputs = [