pytapo: bump

This commit is contained in:
fleaz 2024-03-20 22:27:42 +01:00
parent 8584a530a2
commit 668d7e83b0
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pytapo";
version = "3.3.16";
version = "3.3.19";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-omeJUF4bY/FfXMmBvpVo3dr7B/pUy8YXt0DPaSe3VkA=";
hash = "sha256-Zm/ll6vOFW05euRgJN+SghVmMkSGQc9CVZkRu3h6AQQ=";
};
propagatedBuildInputs = [