Merge pull request #300397 from r-ryantm/auto-update/python312Packages.tplink-omada-client

python312Packages.tplink-omada-client: 1.3.12 -> 1.3.13
This commit is contained in:
Nick Cao 2024-03-31 10:18:42 -04:00 committed by GitHub
commit c0f3e293e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tplink-omada-client";
version = "1.3.12";
version = "1.3.13";
pyproject = true;
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "tplink_omada_client";
inherit version;
hash = "sha256-ND+n2KCj5g1KdSWf/MxJwzprLZOkSUUC4Sp9Z51Tzkw=";
hash = "sha256-hienEkaqy16HmeF1z8MslGb4es7OAvhh1XRTen/Q08c=";
};
nativeBuildInputs = [