python310Packages.insteon-frontend-home-assistant: 0.3.4 -> 0.3.5-1

https://github.com/pyinsteon/insteon-panel/releases/tag/0.3.5
This commit is contained in:
Martin Weinelt 2023-05-04 00:46:18 +02:00
parent 9cb81c3cff
commit 97c3bc59e1
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "insteon-frontend-home-assistant";
version = "0.3.4";
version = "0.3.5-1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-c4IvtTn1pLcPHKPyP0FRv3NOu1+Ie42B/Jkc7ej1Roo=";
hash = "sha256-R+P4pgKbLvf0mwpSDoujCvlJe/yS+nvSJ7ewLVOOg/0=";
};
nativeBuildInputs = [
@ -29,8 +29,9 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/pyinsteon/insteon-panel/releases/tag/${version}";
description = "The Insteon frontend for Home Assistant";
homepage = "https://github.com/teharris1/insteon-panel";
homepage = "https://github.com/pyinsteon/insteon-panel";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};