mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python312Packages.tinytuya: 1.14.0 -> 1.15.1
Diff: https://github.com/jasonacox/tinytuya/compare/refs/tags/v1.14.0...v1.15.1 Changelog: https://github.com/jasonacox/tinytuya/releases/tag/v1.15.1
This commit is contained in:
parent
476bc59183
commit
4db578eb9c
@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tinytuya";
|
||||
version = "1.14.0";
|
||||
version = "1.15.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jasonacox";
|
||||
repo = "tinytuya";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ytM7S0V/hDOCb3RyzAXZEd2zV/sMVQPrah/2zRACMsQ=";
|
||||
hash = "sha256-T7bT4be/h67iPIH/7hjNCYsUDP+4o4HLV523sBIjGVs=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user