python3Packages.tinytuya: 1.17.2 -> 1.17.4

https://github.com/jasonacox/tinytuya/releases/tag/v1.17.4
This commit is contained in:
Martin Weinelt
2025-11-05 19:08:42 -08:00
committed by Robert Schütz
parent 6d8e1b6d30
commit c187c096e4
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "tinytuya";
version = "1.17.2";
version = "1.17.4";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "jasonacox";
repo = "tinytuya";
tag = "v${version}";
hash = "sha256-x6ZfpT3ucby95uthHX4KLLZNLWxyh6+ERDd5jb7p09g=";
hash = "sha256-ojwopholSQPND246PJMmEFSdzyXEZjAIgzpIRfS3VBw=";
};
build-system = [ setuptools ];