From 14aa0299977f7bfe84a4969526f4df138d30d543 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 28 Aug 2023 20:21:13 +0200 Subject: [PATCH] python311Packages.homematicip: 1.0.14 -> 1.0.15 Diff: https://github.com/hahn-th/homematicip-rest-api/compare/refs/tags/1.0.14...1.0.15 Changelog: https://github.com/hahn-th/homematicip-rest-api/releases/tag/1.0.15 --- 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 2f384ab5c078..2cdb4b76df25 100644 --- a/pkgs/development/python-modules/homematicip/default.nix +++ b/pkgs/development/python-modules/homematicip/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "homematicip"; - version = "1.0.14"; + version = "1.0.15"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "hahn-th"; repo = "homematicip-rest-api"; rev = "refs/tags/${version}"; - hash = "sha256-2tJoIknqcwEvX2mQsrSEEh45pEMpNfeefuXVKSJTwig="; + hash = "sha256-wetkcHtm5O6mxhyU3/E4yrv6UGHAdKUlae2wJdCXtJI="; }; propagatedBuildInputs = [