Merge pull request #300906 from r-ryantm/auto-update/python311Packages.tplink-omada-client

python311Packages.tplink-omada-client: 1.3.13 -> 1.4.0
This commit is contained in:
Nick Cao 2024-04-02 09:14:37 -04:00 committed by GitHub
commit 17e2c3fb25
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.13";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "tplink_omada_client";
inherit version;
hash = "sha256-hienEkaqy16HmeF1z8MslGb4es7OAvhh1XRTen/Q08c=";
hash = "sha256-P7kb8gzPjRwl6KpKbh/k7QqjGU6m+HVBbMCuoabG+5M=";
};
build-system = [