Merge pull request #142611 from fabaff/bump-tuya-iot-py-sdk

python3Packages.tuya-iot-py-sdk: 0.5.0 -> 0.6.3
This commit is contained in:
Fabian Affolter 2021-10-31 07:12:31 +01:00 committed by GitHub
commit 9303cc0445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tuya-iot-py-sdk";
version = "0.5.0";
version = "0.6.3";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tuya";
repo = "tuya-iot-python-sdk";
rev = "v${version}";
sha256 = "1qfjq4h62phsrmrfb11xwd6gjc28vhs90g3mmx7d8ikgsgnqlvza";
sha256 = "sha256-i3VECGGpnvbogZ46PJh4Eto7neSZOJCUdOmAU/sMKEw=";
};
propagatedBuildInputs = [