python3Packages.tinytuya: 1.18.0 -> 1.18.1

https://github.com/jasonacox/tinytuya/releases/tag/v1.18.1
This commit is contained in:
Martin Weinelt
2026-06-04 18:48:21 +02:00
parent dc255bd6b1
commit 37e2ca8488
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "tinytuya";
version = "1.18.0";
version = "1.18.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jasonacox";
repo = "tinytuya";
tag = "v${version}";
hash = "sha256-0tY2O8OQ6hYZKF/2I6DehYygtNfZCJKIZiyW0iI8VQc=";
hash = "sha256-skDCQ1ubsOGfPH0DPdTH1n5mIHGAkB/rSCnmVIoIl18=";
};
build-system = [ setuptools ];