python3Packages.tuya-iot-py-sdk: 0.6.4 -> 0.6.6

This commit is contained in:
Fabian Affolter 2021-12-25 11:57:13 +01:00 committed by Jonathan Ringer
parent ad22b797e1
commit 862ca72c04

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tuya-iot-py-sdk";
version = "0.6.4";
version = "0.6.6";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tuya";
repo = "tuya-iot-python-sdk";
rev = "v${version}";
sha256 = "sha256-/rmCKRUfhpEwyUYZqIj73R8bGIx/VFqjQXg4aHIE4Q0=";
sha256 = "sha256-KmSVa71CM/kNhzE4GznaxISGmIaV+UcTSn3v+fmxmrQ=";
};
propagatedBuildInputs = [