about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bluetooth-adapters
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-29 01:49:46 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-30 15:07:14 +0200
commit60909130cf586cf541c0c69c9d5043a03051e87f (patch)
tree30b06b81e8ab4bd0bf8b68934a3ee8b8e122d4d7 /pkgs/development/python-modules/bluetooth-adapters
parent88f1a6ff1166cf15af43b022f5fa57c9a4bcd7e8 (diff)
python3Packages.bluetooth-adapters: 0.3.6 -> 0.5.2
Diffstat (limited to 'pkgs/development/python-modules/bluetooth-adapters')
-rw-r--r--pkgs/development/python-modules/bluetooth-adapters/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/bluetooth-adapters/default.nix b/pkgs/development/python-modules/bluetooth-adapters/default.nix
index f07ebd2c2cce9..b40b0d3c12655 100644
--- a/pkgs/development/python-modules/bluetooth-adapters/default.nix
+++ b/pkgs/development/python-modules/bluetooth-adapters/default.nix
@@ -4,7 +4,8 @@
 , fetchFromGitHub
 , poetry-core
 , async-timeout
-, dbus-next
+, bleak
+, dbus-fast
 , myst-parser
 , pytestCheckHook
 , sphinxHook
@@ -13,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "bluetooth-adapters";
-  version = "0.3.6";
+  version = "0.5.2";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -22,7 +23,7 @@ buildPythonPackage rec {
     owner = "Bluetooth-Devices";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-mekruNzoix61idaGv/BIgb1fwKcA/+UGOnjX85jQWDQ=";
+    hash = "sha256-SyEe/auJaagRl3wg7JjBkLAgHyAeCeesEXvWXE733M4=";
   };
 
   postPatch = ''
@@ -44,7 +45,8 @@ buildPythonPackage rec {
 
   propagatedBuildInputs = [
     async-timeout
-    dbus-next
+    bleak
+    dbus-fast
   ];
 
   pythonImportsCheck = [