python312Packages.tplink-omada-client: 1.4.2 -> 1.4.3
Changelog: https://github.com/MarkGodwin/tplink-omada-api/releases/tag/release%2Fv1.4.3
This commit is contained in:
parent
7c8fc691cf
commit
a8e9909dde
@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tplink-omada-client";
|
||||
version = "1.4.2";
|
||||
version = "1.4.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "tplink_omada_client";
|
||||
inherit version;
|
||||
hash = "sha256-Dt1F7mCuRrzEk3NDVfxScSLrK0omHQFMWhYrrwc+Pq0=";
|
||||
hash = "sha256-REzjeZs2Ddhw2TLD4Vp75XT2iLaxxzDK/F3UmrC1deo=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
Loading…
Reference in New Issue
Block a user