From af74aead0429b8fdba63d8ec6b499dce352720d7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 24 Aug 2023 14:00:58 +0200 Subject: [PATCH] python311Packages.hahomematic: 2023.8.4 -> 2023.8.5 Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.8.4...2023.8.5 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.8.5 --- 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 910462fa98fc..d0dccbdd3ff9 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2023.8.4"; + version = "2023.8.5"; format = "pyproject"; disabled = pythonOlder "3.11"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-Tys+Hiu5V/5lsH+iiZsXX/UPUX/fXmKiPOQmJL/11AI="; + hash = "sha256-CBGbCz2VMQlCcm9tdwKJ6XOjN8uB4v9f84tgs2YEBz4="; }; nativeBuildInputs = [