From b9ddf07050dfa9c58090e5e06245a774a791e6a9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 26 Jun 2023 08:31:09 +0200 Subject: [PATCH] python311Packages.hahomematic: 2023.6.0 -> 2023.6.1 Diff: https://github.com/danielperna84/hahomematic/compare/refs/tags/2023.6.0...2023.6.1 Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.6.1 --- 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 1f2ca0e0f7c2..768f636103ac 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2023.6.0"; + version = "2023.6.1"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-xpkQSQGwf4RZHKwLdrOLW4yzECKY1vwxHYo+o3eOrhE="; + hash = "sha256-67zl530tvA7h4bpC9qasVsvjzoN9fxtPO9TZmxvABlc="; }; nativeBuildInputs = [