about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bluetooth-adapters
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-10-02 12:32:33 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-06 01:20:11 +0200
commit6b4e339ef684b766c15789aaeff81102d53101cb (patch)
treedd94baec047ff6aef6f77f87ba262d0a3261a47f /pkgs/development/python-modules/bluetooth-adapters
parentdc6318b1f3c98554ca81f55ce09b196f58aef6d2 (diff)
python310Packages.bluetooth-adapters: 0.5.2 -> 0.6.0
https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.6.0
https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.5.3

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
Diffstat (limited to 'pkgs/development/python-modules/bluetooth-adapters')
-rw-r--r--pkgs/development/python-modules/bluetooth-adapters/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bluetooth-adapters/default.nix b/pkgs/development/python-modules/bluetooth-adapters/default.nix
index b40b0d3c12655..3d541bfa7bc01 100644
--- a/pkgs/development/python-modules/bluetooth-adapters/default.nix
+++ b/pkgs/development/python-modules/bluetooth-adapters/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "bluetooth-adapters";
-  version = "0.5.2";
+  version = "0.6.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = "Bluetooth-Devices";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-SyEe/auJaagRl3wg7JjBkLAgHyAeCeesEXvWXE733M4=";
+    hash = "sha256-26w7513h5WWGqKz4OqHob42O0bk1yW8ePPKB2V9+AHs=";
   };
 
   postPatch = ''