Merge pull request #233738 from r-ryantm/auto-update/python310Packages.pytapo

python310Packages.pytapo: 3.1.7 -> 3.1.13
This commit is contained in:
Fabian Affolter 2023-05-24 12:05:10 +02:00 committed by GitHub
commit 3922924efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonOlder
# propagates
, pycryptodome
@ -11,12 +12,14 @@
buildPythonPackage rec {
pname = "pytapo";
version = "3.1.7";
version = "3.1.13";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-e5XeXPwf2QSZ/xgaPBPoRBaTvC8oNYI9/b190wSI4oQ=";
hash = "sha256-fuColL2POq9hGL53oxPGZri5m1AqBPwdggCt6i4RM/Q=";
};
propagatedBuildInputs = [
@ -34,7 +37,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
description = "Python library for communication with Tapo Cameras ";
description = "Python library for communication with Tapo Cameras";
homepage = "https://github.com/JurajNyiri/pytapo";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fleaz ];