From 17d75b320568f2ba227226da093bc5a9e95ef0d5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 19 Dec 2022 22:13:36 +0100 Subject: [PATCH] python310Packages.hahomematic: 2022.12.5 -> 2022.12.6 Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2022.12.5...2022.12.6 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2022.12.6 --- 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 b6f8c97a963d..52bfc0c8996e 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.5"; + version = "2022.12.6"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; - sha256 = "sha256-DlFudYIoh3luc2v4fgucpV+jTs4Bn8uSs+1YATxA6U0="; + sha256 = "sha256-bTplDaEFvDEGWPkhVl23iy4FSniu+HhMrbs3AUTgYM0="; }; nativeBuildInputs = [