python3Packages.pytapo: 3.3.44 -> 3.3.46

This commit is contained in:
R. Ryantm
2025-06-15 15:17:25 +00:00
parent 56b033fe4f
commit 2d13c0849c
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pytapo";
version = "3.3.44";
version = "3.3.46";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2/Wzc54a7LpphmH5qDp0M9SnmuCVGXCmhkoy4YSAZc0=";
hash = "sha256-AK8OFQ/cJJ9/KrpAIUaVBCY5lh3lENLkC5/Dhxx1vU0=";
};
build-system = [ setuptools ];