python310Packages.tplink-omada-client: 1.2.3 -> 1.2.4

This commit is contained in:
R. Ryantm 2023-04-19 12:00:11 +00:00
parent b1d4d6bf11
commit bfca6a806c

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tplink-omada-client";
version = "1.2.3";
version = "1.2.4";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "tplink_omada_client";
inherit version;
hash = "sha256-6c4xWa4XGtnEb3n7oL95oA6bqwaRrHCOn6WCi/xg3Sg=";
hash = "sha256-4kvFlk+4GWFRFVIAirg0wKk5se8g+kvmxQ54RiluuoU=";
};
nativeBuildInputs = [