python310Packages.home-assistant-bluetooth: 1.5.1 -> 1.6.0

This commit is contained in:
Fabian Affolter
2022-11-05 13:29:18 +01:00
committed by Martin Weinelt
parent e1cbc3f8a2
commit be8ee7e227
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "home-assistant-bluetooth";
version = "1.5.1";
version = "1.6.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-//e+Kb85TBAC9/mHz/T/Dm/pNjbj0488/L/NeS1RMqY=";
hash = "sha256-6w940Yn0WgVC0Rn9OX40+6hO4maPSC7VrT3ARD8CIjQ=";
};
postPatch = ''