From 7373f4ac1613e839448b3ef90337ecb33d3b4f21 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 12 Jul 2022 23:01:46 +0200 Subject: [PATCH] python310Packages.homematicip: 1.0.3 -> 1.0.4 --- .../development/python-modules/homematicip/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/homematicip/default.nix b/pkgs/development/python-modules/homematicip/default.nix index 2f201c986b12..aded4c94b125 100644 --- a/pkgs/development/python-modules/homematicip/default.nix +++ b/pkgs/development/python-modules/homematicip/default.nix @@ -17,16 +17,16 @@ buildPythonPackage rec { pname = "homematicip"; - version = "1.0.3"; + version = "1.0.4"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { - owner = "coreGreenberet"; + owner = "hahn-th"; repo = "homematicip-rest-api"; rev = version; - sha256 = "sha256-rTTYJ/2R+/FLuL3rTWT7ieixN+Gv9GhwkUaKPfLqUGc="; + hash = "sha256-rTTYJ/2R+/FLuL3rTWT7ieixN+Gv9GhwkUaKPfLqUGc="; }; propagatedBuildInputs = [ @@ -80,8 +80,8 @@ buildPythonPackage rec { ]; meta = with lib; { - description = "Python module for the homematicIP REST API"; - homepage = "https://github.com/coreGreenberet/homematicip-rest-api"; + description = "Module for the homematicIP REST API"; + homepage = "https://github.com/hahn-th/homematicip-rest-api"; license = with licenses; [ gpl3Only ]; maintainers = with maintainers; [ fab ]; };