python310Packages.yolink-api: 0.2.9 -> 0.3.0
https://github.com/YoSmart-Inc/yolink-api/releases/tag/v0.3.0
This commit is contained in:
parent
f186738702
commit
b13b6cc82f
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
{ lib
|
||||
, aiohttp
|
||||
, aiomqtt
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, asyncio-mqtt
|
||||
, pydantic
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "yolink-api";
|
||||
version = "0.2.9";
|
||||
version = "0.3.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
owner = "YoSmart-Inc";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-DbdoGNwz7HtscnDv+rOI2zcs4i4Dl1DpRZNH/DOcJHc=";
|
||||
hash = "sha256-t/e3DSpmrH48I6ZAmDljL5YblsY2/UWgPCcodi2A7Ro=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
asyncio-mqtt
|
||||
aiomqtt
|
||||
pydantic
|
||||
tenacity
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue