From 9c57e0b5b3978edd7152d35b3b3f5a800422fbe9 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 7 Dec 2022 23:48:57 +0100 Subject: [PATCH] python3Package.bluetooth-adapters: 0.8.0 -> 0.12.0 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.12.0 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.11.0 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.10.1 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.10.0 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.9.0 --- .../python-modules/bluetooth-adapters/default.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bluetooth-adapters/default.nix b/pkgs/development/python-modules/bluetooth-adapters/default.nix index b696b6b9369e..6e750422120f 100644 --- a/pkgs/development/python-modules/bluetooth-adapters/default.nix +++ b/pkgs/development/python-modules/bluetooth-adapters/default.nix @@ -3,18 +3,21 @@ , pythonOlder , fetchFromGitHub , poetry-core +, aiohttp , async-timeout , bleak , dbus-fast +, mac-vendor-lookup , myst-parser , pytestCheckHook , sphinxHook , sphinx-rtd-theme +, usb-devices }: buildPythonPackage rec { pname = "bluetooth-adapters"; - version = "0.8.0"; + version = "0.12.0"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -23,7 +26,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-K5EeDcGcjrZYQTbuYAzT7XhcAqpYW1w/jP5T0cOPsVU="; + hash = "sha256-meBCjWKAIN6sNrBp/Riptu9igvVwIPf0G2x+Z3Kqkts="; }; postPatch = '' @@ -44,9 +47,12 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ + aiohttp async-timeout bleak dbus-fast + mac-vendor-lookup + usb-devices ]; pythonImportsCheck = [