python3Packages.tuya-iot-py-sdk: 0.5.0 -> 0.6.2

This commit is contained in:
Fabian Affolter 2021-10-23 00:15:32 +02:00
parent 759bd01aea
commit 6f4ceb9393

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tuya-iot-py-sdk";
version = "0.5.0";
version = "0.6.2";
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-AGzPEt79qjN4z83TWloMzWQZ9f5EVevt5GnJ7FComoo=";
};
propagatedBuildInputs = [