From cf710999c63893957b1d1e01f1062af9a2c6b181 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Jan 2022 22:02:29 +0100 Subject: [PATCH] python3Packages.hahomematic: 0.21.2 -> 0.27.0 --- pkgs/development/python-modules/hahomematic/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix index c20ff49b5cb..58f3224e70a 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -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 ];