python311Packages.home-assistant-bluetooth: 1.11.0 -> 1.12.0
Diff: https://github.com/home-assistant-libs/home-assistant-bluetooth/compare/refs/tags/v1.11.0...v1.12.0 Changelog: https://github.com/home-assistant-libs/home-assistant-bluetooth/blob/v1.12.0/CHANGELOG.md
This commit is contained in:
parent
c7cd3a3aff
commit
f03c8a036d
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "home-assistant-bluetooth";
|
||||
version = "1.11.0";
|
||||
version = "1.12.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
disabled = pythonOlder "3.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "home-assistant-libs";
|
||||
|
|
Loading…
Reference in a new issue