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

python312Packages.tplink-omada-client: 1.4.0 -> 1.4.1
This commit is contained in:
Nick Cao 2024-07-20 14:21:13 -04:00 committed by GitHub
commit b2f8f78869
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.4.0";
version = "1.4.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "tplink_omada_client";
inherit version;
hash = "sha256-P7kb8gzPjRwl6KpKbh/k7QqjGU6m+HVBbMCuoabG+5M=";
hash = "sha256-2YGUm37i3gAKXLygtjLYVB+kGk0+84pY70CUyU3BzbY=";
};
build-system = [ hatchling ];