python3Packages.hahomematic: 0.21.2 -> 0.27.0

This commit is contained in:
Fabian Affolter 2022-01-25 22:02:29 +01:00
parent b43196dffc
commit cf710999c6

View File

@ -5,6 +5,7 @@
, pydevccu
, pytest-aiohttp
, pytestCheckHook
, python-slugify
, pythonOlder
, voluptuous
, websocket-client
@ -13,7 +14,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "0.21.2";
version = "0.27.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -22,11 +23,12 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = version;
sha256 = "sha256-oD4HXdzlQJZ/+ceF9zfmGs6S8DEVoxzLv5h/IURJnOY=";
sha256 = "sha256-RPUj0We1nsKgAl1DTpa3pCD7gMm590N00+xwOVFIOaw=";
};
propagatedBuildInputs = [
aiohttp
python-slugify
voluptuous
];