Merge pull request #203185 from r-ryantm/auto-update/python310Packages.homematicip

python310Packages.homematicip: 1.0.9 -> 1.0.10

authored by Fabian Affolter and committed by GitHub d35aeaa5 79f71d82

+4 -3
+4 -3
pkgs/development/python-modules/homematicip/default.nix
··· 17 18 buildPythonPackage rec { 19 pname = "homematicip"; 20 - version = "1.0.9"; 21 format = "setuptools"; 22 23 - disabled = pythonOlder "3.6"; 24 25 src = fetchFromGitHub { 26 owner = "hahn-th"; 27 repo = "homematicip-rest-api"; 28 rev = "refs/tags/${version}"; 29 - hash = "sha256-pQVSbR4MLbyHQRAoCFOMnOrhuAnGRMyiXm1szHvANuA="; 30 }; 31 32 propagatedBuildInputs = [ ··· 86 meta = with lib; { 87 description = "Module for the homematicIP REST API"; 88 homepage = "https://github.com/hahn-th/homematicip-rest-api"; 89 license = with licenses; [ gpl3Only ]; 90 maintainers = with maintainers; [ fab ]; 91 };
··· 17 18 buildPythonPackage rec { 19 pname = "homematicip"; 20 + version = "1.0.10"; 21 format = "setuptools"; 22 23 + disabled = pythonOlder "3.8"; 24 25 src = fetchFromGitHub { 26 owner = "hahn-th"; 27 repo = "homematicip-rest-api"; 28 rev = "refs/tags/${version}"; 29 + hash = "sha256-CnZHR5JyZm4T6Fm5VumZJujQvEdw59c7GSwcyO7EXXY="; 30 }; 31 32 propagatedBuildInputs = [ ··· 86 meta = with lib; { 87 description = "Module for the homematicIP REST API"; 88 homepage = "https://github.com/hahn-th/homematicip-rest-api"; 89 + changelog = "https://github.com/hahn-th/homematicip-rest-api/releases/tag/${version}"; 90 license = with licenses; [ gpl3Only ]; 91 maintainers = with maintainers; [ fab ]; 92 };