From 12fc38284352e4bad1cd6e0ecbcc6c30a92c6615 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 7 Dec 2024 09:18:11 +0100 Subject: [PATCH] python312Packages.homematicip: 1.1.3 -> 1.1.4 Diff: https://github.com/hahn-th/homematicip-rest-api/compare/refs/tags/1.1.3...1.1.4 Changelog: https://github.com/hahn-th/homematicip-rest-api/releases/tag/1.1.4 --- pkgs/development/python-modules/homematicip/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/homematicip/default.nix b/pkgs/development/python-modules/homematicip/default.nix index 093ba26cdb51..790f38a752f1 100644 --- a/pkgs/development/python-modules/homematicip/default.nix +++ b/pkgs/development/python-modules/homematicip/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "homematicip"; - version = "1.1.3"; + version = "1.1.4"; pyproject = true; disabled = pythonOlder "3.10"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "hahn-th"; repo = "homematicip-rest-api"; rev = "refs/tags/${version}"; - hash = "sha256-LRljuGOuGwAuZEVYFci5tAb8c15ePR6QYwlTM0hXMgU="; + hash = "sha256-dKLbKoYbDri4xpvzK+Q1sqm9oEZOWMfx3n3SNNQh8Ys="; }; build-system = [