python311Packages.pytapo: 3.3.21 -> 3.3.23

This commit is contained in:
R. Ryantm 2024-07-05 07:41:50 +00:00
parent 381a94c16d
commit 3052f83ada

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pytapo";
version = "3.3.21";
version = "3.3.23";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-rc9XhV99vzgoUF5ERFmJHHB9GMwq5Y44CJKg+g5tjOo=";
hash = "sha256-fjZ3DK95d0keYaMbBaRJTncnaxpWea+kIGzhh/fYDxw=";
};
build-system = [ setuptools ];