python3Packages.aioshelly: 4.1.2 -> 5.1.0
https://github.com/home-assistant-libs/aioshelly/releases/tag/5.1.0 https://github.com/home-assistant-libs/aioshelly/releases/tag/5.0.0 https://github.com/home-assistant-libs/aioshelly/releases/tag/4.2.0
This commit is contained in:
parent
876425dbed
commit
870af71b88
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user