python310Packages.insteon-frontend-home-assistant: 0.3.2 -> 0.3.3

Changelog: https://github.com/pyinsteon/insteon-panel/releases/tag/0.3.3
This commit is contained in:
Robert Schütz 2023-03-07 18:39:39 -08:00
parent d46a7817b8
commit bfb509e45c

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "insteon-frontend-home-assistant";
version = "0.3.2";
version = "0.3.3";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7jRf6fp+5u6qqR5xP1R+kp6LURsBVqfct6yuCkbxBMw=";
hash = "sha256-aZ10z7xCVWq4V2+jPCybFa5LKGhvtchrwgTVFfxhM+o=";
};
nativeBuildInputs = [