From 8489a01f7bfc8ccc844cf1042fbfc1e6871b3975 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 28 Oct 2023 22:36:12 +0200 Subject: [PATCH] python311Packages.hahomematic: 2023.10.12 -> 2023.10.13 Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.10.12...2023.10.13 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.10.13 --- 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 97a7a55b26a4..77d57a0a500b 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 = "2023.10.12"; + version = "2023.10.13"; format = "pyproject"; disabled = pythonOlder "3.11"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-mlZlaUcpVflz1mTiI0rIAOnJD5+NqXjsb1xp+wvoQvs="; + hash = "sha256-7zJhdFgEP/QSX78XMt+dxt0x7gUj011LHGi/+grPux0="; }; postPatch = ''