python312Packages.pytapo: 3.3.30 -> 3.3.32 (#352323)

This commit is contained in:
Fabian Affolter 2024-10-30 17:12:42 +01:00 committed by GitHub
commit 49dc1cd2a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,14 +12,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytapo"; pname = "pytapo";
version = "3.3.30"; version = "3.3.32";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-zSeDeGD/78bIoKm6B8BN4qWQE1ivNgyvnrGtgsekM3M="; hash = "sha256-OYRcgX30O0/F+0H4x2jbPyVNh6xVeBSdfqbtuqUgoNE=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];