python310Packages.homematicip: 1.0.3 -> 1.0.4

This commit is contained in:
Fabian Affolter 2022-07-12 23:01:46 +02:00
parent 6bff61fa6c
commit 7373f4ac16

View File

@ -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 ];
};