From 05f8c0d68a4ff959e29b1e7276a05e02e0ed8a60 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 25 Aug 2022 08:53:01 +0200 Subject: [PATCH 1/2] python310Packages.hahomematic: 2022.8.13 -> 2022.8.14 --- pkgs/development/python-modules/hahomematic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix index 912fb17c4e47..888933a709d7 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2022.8.13"; + version = "2022.8.14"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; - sha256 = "sha256-c2If/ZCbq7wha/wTO9XTOde+UZu+e75mn9zr40xUKm8="; + sha256 = "sha256-//qtDLU5wXE0ZrkxYI+rOgIu9cLwCbeuMtM57cE1CxA="; }; propagatedBuildInputs = [ From 855c555b7b4a3f5f6c667515d30b5972d5684e70 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 25 Aug 2022 08:53:49 +0200 Subject: [PATCH 2/2] python310Packages.hahomematic: 2022.8.14 -> 2022.8.15 --- pkgs/development/python-modules/hahomematic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix index 888933a709d7..4dd83f11192e 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2022.8.14"; + version = "2022.8.15"; format = "pyproject"; disabled = pythonOlder "3.9";