From 513ed072a4cc4104be492cbc0a5291fdb0d61659 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:18:50 +0100 Subject: [PATCH] python3Packages.tinytuya: 1.15.1 -> 1.16.0 https://github.com/jasonacox/tinytuya/releases/tag/v1.16.0 --- pkgs/development/python-modules/tinytuya/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/tinytuya/default.nix b/pkgs/development/python-modules/tinytuya/default.nix index f1668be64e25..9ff3e7c7ac5b 100644 --- a/pkgs/development/python-modules/tinytuya/default.nix +++ b/pkgs/development/python-modules/tinytuya/default.nix @@ -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 ]; };