python3Packages.pytapo: 3.3.46 -> 3.3.48

This commit is contained in:
R. Ryantm 2025-07-04 11:16:18 +00:00
parent 2f29d6f3ee
commit 41a0a4ff1a

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pytapo";
version = "3.3.46";
version = "3.3.48";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AK8OFQ/cJJ9/KrpAIUaVBCY5lh3lENLkC5/Dhxx1vU0=";
hash = "sha256-2MBolLmcInRO1EMYsV0cV4AsvS9cJATDiP5iBjPkrk0=";
};
build-system = [ setuptools ];