python3Packages.tinytuya: 1.17.6 -> 1.18.0 (#510279)

This commit is contained in:
dotlambda
2026-04-18 03:49:38 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "tinytuya";
version = "1.17.6";
version = "1.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jasonacox";
repo = "tinytuya";
tag = "v${version}";
hash = "sha256-iX16Hqlvp0YIlhSFLa3MYAKOr+Z2ubPBPwI1883m5p4=";
hash = "sha256-0tY2O8OQ6hYZKF/2I6DehYygtNfZCJKIZiyW0iI8VQc=";
};
build-system = [ setuptools ];
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "make-all";
domain = "tuya_local";
version = "2026.4.0";
version = "2026.4.2";
src = fetchFromGitHub {
inherit owner;
repo = "tuya-local";
tag = version;
hash = "sha256-7Q7bkyWLIv6m8d3XaKaoiBIXcOeb/1YcL4kfl0HfUZY=";
hash = "sha256-yxnWiAsI3nJrugnxI6XE4s2AIK/YvUIDfLY7BINzup4=";
};
dependencies = [