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

python312Packages.tplink-omada-client: 1.4.1 -> 1.4.2
This commit is contained in:
Nick Cao
2024-08-16 08:48:56 -04:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tplink-omada-client";
version = "1.4.1";
version = "1.4.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "tplink_omada_client";
inherit version;
hash = "sha256-2YGUm37i3gAKXLygtjLYVB+kGk0+84pY70CUyU3BzbY=";
hash = "sha256-Dt1F7mCuRrzEk3NDVfxScSLrK0omHQFMWhYrrwc+Pq0=";
};
build-system = [ hatchling ];