python3Packages.tinytuya: 1.18.1 -> 1.20.0
Diff: https://github.com/jasonacox/tinytuya/compare/v1.18.1...v1.20.0 Changelog: https://github.com/jasonacox/tinytuya/releases/tag/v1.20.0
This commit is contained in:
committed by
Martin Weinelt
parent
27e788f9b4
commit
53ce63d15c
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tinytuya";
|
||||
version = "1.18.1";
|
||||
version = "1.20.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jasonacox";
|
||||
repo = "tinytuya";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-skDCQ1ubsOGfPH0DPdTH1n5mIHGAkB/rSCnmVIoIl18=";
|
||||
hash = "sha256-kyLRTfhTB8olZ48rUm+WtnuGZmCojnlUY4CeF+FADWg=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user