Merge pull request #324761 from r-ryantm/auto-update/python311Packages.pytapo

python311Packages.pytapo: 3.3.21 -> 3.3.23
This commit is contained in:
Martin Weinelt 2024-07-06 14:46:36 +02:00 committed by GitHub
commit 4ebc67556f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];