Commit ad66fdb8 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

Revert "python3Packages.tuya-device-sharing-sdk: 0.1.9 -> 0.2.0"

This reverts commit 7942f69f.

This version is not compatible with the tuya_local component, its only
reverse dependency.
parent a5e3f9ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@
}:
let
  pname = "tuya-device-sharing-sdk";
  version = "0.2.0";
  version = "0.1.9";
in
buildPythonPackage {
  inherit pname version;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-fu8zh59wlnxtstNbNL8mIm10tiXy22oPbi6oUy5x8c8=";
    hash = "sha256-mBKR+ttBo0VF33pEmYdjbyM4bGgyDiYexIIsf8mXZW4=";
  };

  # workaround needed, upstream issue: https://github.com/tuya/tuya-device-sharing-sdk/issues/10