From 57bcf9001be66b0cc59143ec24779b87941e1c82 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Dec 2022 21:20:38 +0100 Subject: [PATCH] python310Packages.hahomematic: 2022.12.7 -> 2022.12.8 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2022.12.8 --- 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 e5f17efcb7bb..566a1f56c20c 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2022.12.7"; + version = "2022.12.8"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; - sha256 = "sha256-Noxamy9tPqBDdEExt8yUDi3Blo5aMdTFS7nCYn5B7NI="; + sha256 = "sha256-//dhOrA+DxqJTqVOcmdCtEZeZ3NkeGT/cAsFbZVTw20="; }; nativeBuildInputs = [