python313Packages.tplink-omada-client: 1.4.3 -> 1.4.4

Changelog: https://github.com/MarkGodwin/tplink-omada-api/releases/tag/release%2Fv1.4.4
This commit is contained in:
Fabian Affolter
2025-01-13 09:25:55 +01:00
parent 7d4cd942f6
commit 772f02c231
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tplink-omada-client";
version = "1.4.3";
version = "1.4.4";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "tplink_omada_client";
inherit version;
hash = "sha256-REzjeZs2Ddhw2TLD4Vp75XT2iLaxxzDK/F3UmrC1deo=";
hash = "sha256-6MiPgseHrqgD+DGth5rJ03HK+0YfBpmDPXybzrTDeeA=";
};
build-system = [ hatchling ];