Merge pull request #248300 from r-ryantm/auto-update/python310Packages.tplink-omada-client

python310Packages.tplink-omada-client: 1.3.0 -> 1.3.2
This commit is contained in:
Fabian Affolter 2023-08-10 12:37:55 +02:00 committed by GitHub
commit eb5e3816ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [