From f03c8a036d1af7d4059a4b0ab8f3dfa4273dbc65 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Jan 2024 22:01:56 +0100 Subject: [PATCH] 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 --- .../python-modules/home-assistant-bluetooth/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/home-assistant-bluetooth/default.nix b/pkgs/development/python-modules/home-assistant-bluetooth/default.nix index eb43493f25e7..8d58ea765509 100644 --- a/pkgs/development/python-modules/home-assistant-bluetooth/default.nix +++ b/pkgs/development/python-modules/home-assistant-bluetooth/default.nix @@ -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";