bump pytapo

This commit is contained in:
fleaz 2024-12-03 21:19:39 +01:00
parent 114933a97b
commit e23b49d2c1

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pytapo";
version = "3.3.30";
version = "3.3.36";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zSeDeGD/78bIoKm6B8BN4qWQE1ivNgyvnrGtgsekM3M=";
hash = "sha256-XO8B2MuP2nbftiEo9RAdL0vHFgcKZlYr0rtmTZZGp1Q=";
};
propagatedBuildInputs = [