python3Packages.tinytuya: 1.15.1 -> 1.16.0

https://github.com/jasonacox/tinytuya/releases/tag/v1.16.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:40 +01:00
parent de3d1b658b
commit 513ed072a4
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "tinytuya";
version = "1.15.1";
version = "1.16.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "jasonacox";
repo = "tinytuya";
tag = "v${version}";
hash = "sha256-T7bT4be/h67iPIH/7hjNCYsUDP+4o4HLV523sBIjGVs=";
hash = "sha256-K65kZjLa5AJG9FEYAs/Jf2UC8qiP7BkC8znHMHMYeg4=";
};
build-system = [ setuptools ];
@@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python API for Tuya WiFi smart devices using a direct local area network (LAN) connection or the cloud (TuyaCloud API)";
homepage = "https://github.com/jasonacox/tinytuya";
changelog = "https://github.com/jasonacox/tinytuya/releases/tag/v${version}";
changelog = "https://github.com/jasonacox/tinytuya/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ pathob ];
};