python310Packages.tplink-omada-client: 1.3.0 -> 1.3.2

This commit is contained in:
R. Ryantm 2023-08-10 06:39:17 +00:00
parent 246b5c28a2
commit b70236e3e7

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tplink-omada-client";
version = "1.3.0";
version = "1.3.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "tplink_omada_client";
inherit version;
hash = "sha256-+6HEJBMYaw/8VTdl3YK5uaAYTiyhqe1Zvuxsk2ltci8=";
hash = "sha256-AR0jCoYePll6pZA1Nw/lrH4AhFL6WmGQjzLlYJl7IsQ=";
};
nativeBuildInputs = [