Skip to content

Commit

Permalink
python313Packages.tinytuya: 1.15.1 -> 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Jan 30, 2025
1 parent 7eed5cd commit 7d8e18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/tinytuya/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "tinytuya";
version = "1.15.1";
version = "1.16.1";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "jasonacox";
repo = "tinytuya";
tag = "v${version}";
hash = "sha256-T7bT4be/h67iPIH/7hjNCYsUDP+4o4HLV523sBIjGVs=";
hash = "sha256-+ReTNPKMYUXNA5tu7kZM8/7Bh4XjHSjZTiW8ROHkk5M=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 7d8e18d

Please sign in to comment.