Merge pull request #181272 from fabaff/homematicip-bump

python310Packages.homematicip: 1.0.3 -> 1.0.4
This commit is contained in:
Fabian Affolter 2022-07-13 21:13:25 +02:00 committed by GitHub
commit 05a9c3dd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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