Commit c187c096 authored by Martin Weinelt's avatar Martin Weinelt Committed by Robert Schütz
Browse files

python3Packages.tinytuya: 1.17.2 -> 1.17.4

parent 6d8e1b6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "tinytuya";
  version = "1.17.2";
  version = "1.17.4";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "jasonacox";
    repo = "tinytuya";
    tag = "v${version}";
    hash = "sha256-x6ZfpT3ucby95uthHX4KLLZNLWxyh6+ERDd5jb7p09g=";
    hash = "sha256-ojwopholSQPND246PJMmEFSdzyXEZjAIgzpIRfS3VBw=";
  };

  build-system = [ setuptools ];