summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-07-18 15:48:17 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-07-18 15:48:17 +0200
commitad66fdb844883bd9516e926ed71d57741c073366 (patch)
treeb7365c009fae056748e032ef529ff563a0ffec20
parenthome-assistant-custom-components.indego: 5.5.0 -> 5.7.2 (diff)
downloadnixpkgs-ad66fdb844883bd9516e926ed71d57741c073366.tar.gz
Revert "python3Packages.tuya-device-sharing-sdk: 0.1.9 -> 0.2.0"
This reverts commit 7942f69fa18783077851ba7fc61d566098b94591. This version is not compatible with the tuya_local component, its only reverse dependency.
-rw-r--r--pkgs/development/python-modules/tuya-device-sharing-sdk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/tuya-device-sharing-sdk/default.nix b/pkgs/development/python-modules/tuya-device-sharing-sdk/default.nix
index 3179f22b5a5e..c831f7a0108c 100644
--- a/pkgs/development/python-modules/tuya-device-sharing-sdk/default.nix
+++ b/pkgs/development/python-modules/tuya-device-sharing-sdk/default.nix
@@ -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