python312Packages.tplink-omada-client: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm
2024-07-20 15:51:28 +00:00
parent b098e0c792
commit cd57bc844b
@@ -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 ];