From 567f656b6412693053d367d07e0e381a77fb7741 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 8 Jan 2024 08:52:22 +0100 Subject: [PATCH] python311Packages.hahomematic: 2024.1.0 -> 2024.1.3 Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2024.1.0...2024.1.3 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2024.1.3 --- 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 8f4b97547134..a23a313c8ee2 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2024.1.0"; + version = "2024.1.3"; pyproject = true; disabled = pythonOlder "3.11"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = "hahomematic"; rev = "refs/tags/${version}"; - hash = "sha256-cf7hucJJzA3AGBb03aPHkz4sGGYI7OAfki7b8wdgQLM="; + hash = "sha256-8kkiZC4Xg8BlNCfVFb4keRVS/zvHK+34YwXpKqAtoDc="; }; __darwinAllowLocalNetworking = true;