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