From 44a43142ef57e8551daca3ef8c594b0db091d97d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 3 Sep 2023 22:31:23 +0200 Subject: [PATCH] python311Packages.hahomematic: 2023.8.14 -> 2023.9.0 Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.8.14...2023.9.0 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.9.0 --- 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 9aa76821650b..c1bcfbc33899 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.14"; + version = "2023.9.0"; format = "pyproject"; disabled = pythonOlder "3.11"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-msN3S7rBYZnCAh2IGBVzHjqiTapzH2kMV5CBFHmtcNE="; + hash = "sha256-FM07+ORPFne+9gtruuKqp2EwPLF9py7zi9a6vehN2Yk="; }; nativeBuildInputs = [