Loading pkgs/development/python-modules/tuya-device-sharing-sdk/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,14 +9,14 @@ }: let pname = "tuya-device-sharing-sdk"; version = "0.1.9"; version = "0.2.0"; in buildPythonPackage { inherit pname version; src = fetchPypi { inherit pname version; hash = "sha256-mBKR+ttBo0VF33pEmYdjbyM4bGgyDiYexIIsf8mXZW4="; hash = "sha256-fu8zh59wlnxtstNbNL8mIm10tiXy22oPbi6oUy5x8c8="; }; # workaround needed, upstream issue: https://github.com/tuya/tuya-device-sharing-sdk/issues/10 Loading Loading
pkgs/development/python-modules/tuya-device-sharing-sdk/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,14 +9,14 @@ }: let pname = "tuya-device-sharing-sdk"; version = "0.1.9"; version = "0.2.0"; in buildPythonPackage { inherit pname version; src = fetchPypi { inherit pname version; hash = "sha256-mBKR+ttBo0VF33pEmYdjbyM4bGgyDiYexIIsf8mXZW4="; hash = "sha256-fu8zh59wlnxtstNbNL8mIm10tiXy22oPbi6oUy5x8c8="; }; # workaround needed, upstream issue: https://github.com/tuya/tuya-device-sharing-sdk/issues/10 Loading