Martin Weinelt 2022-12-07 21:35:49 +01:00
parent 876425dbed
commit 870af71b88
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,14 +1,15 @@
{ lib
, aiohttp
, bluetooth-data-tools
, buildPythonPackage
, fetchFromGitHub
, netifaces
, orjson
, pythonOlder
}:
buildPythonPackage rec {
pname = "aioshelly";
version = "4.1.2";
version = "5.1.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -17,12 +18,13 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-0BxbcWA2Kdk1xTSKN/dH9LJc3yI60kmyMCrK77tqyNE=";
hash = "sha256-jhoPgwydB/DZx7hC16XgM0UBhmByVZRT5b7BDETA+FY=";
};
propagatedBuildInputs = [
aiohttp
netifaces
bluetooth-data-tools
orjson
];
# Project has no test