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:
Martin Weinelt 2023-08-02 20:37:25 +02:00
parent f186738702
commit b13b6cc82f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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
];