python3Packages.pytapo: 3.3.46 -> 3.3.48 (#422387)

This commit is contained in:
Wolfgang Walther 2025-07-12 11:51:00 +00:00 committed by GitHub
commit 9c492c3233
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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