tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.tuya-iot-py-sdk: 0.6.2 -> 0.6.3
Fabian Affolter
4 years ago
d91e26fa
6f4ceb93
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
tuya-iot-py-sdk
default.nix
+2
-2
pkgs/development/python-modules/tuya-iot-py-sdk/default.nix
···
10
10
11
11
buildPythonPackage rec {
12
12
pname = "tuya-iot-py-sdk";
13
13
-
version = "0.6.2";
13
13
+
version = "0.6.3";
14
14
format = "setuptools";
15
15
16
16
disabled = pythonOlder "3.6";
···
19
19
owner = "tuya";
20
20
repo = "tuya-iot-python-sdk";
21
21
rev = "v${version}";
22
22
-
sha256 = "sha256-AGzPEt79qjN4z83TWloMzWQZ9f5EVevt5GnJ7FComoo=";
22
22
+
sha256 = "sha256-i3VECGGpnvbogZ46PJh4Eto7neSZOJCUdOmAU/sMKEw=";
23
23
};
24
24
25
25
propagatedBuildInputs = [