Commit ed7bb1f7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.tinytuya: 1.17.6 -> 1.18.0

parent e280fbc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "tinytuya";
  version = "1.17.6";
  version = "1.18.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jasonacox";
    repo = "tinytuya";
    tag = "v${version}";
    hash = "sha256-iX16Hqlvp0YIlhSFLa3MYAKOr+Z2ubPBPwI1883m5p4=";
    hash = "sha256-0tY2O8OQ6hYZKF/2I6DehYygtNfZCJKIZiyW0iI8VQc=";
  };

  build-system = [ setuptools ];