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-09-05 08:52:58 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-10 11:02:58 +0200
commitbd169fa69964efe04785e7415a5b0006cd2b307b (patch)
treedec73574bc09038abf55b25d2c3897ce7861b528 /pkgs/development/python-modules/bluetooth-adapters
parentfdb161c70078f46910f7d089809db9ccaa6b7a28 (diff)
python310Packages.bluetooth-adapters: 0.3.0 -> 0.3.4
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 1526477644b18..b1ea83a1d5689 100644
--- a/pkgs/development/python-modules/bluetooth-adapters/default.nix
+++ b/pkgs/development/python-modules/bluetooth-adapters/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "bluetooth-adapters";
-  version = "0.3.0";
+  version = "0.3.4";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "Bluetooth-Devices";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-PRYu3PTmSg25DiSuLnv1tp1cOZsXHGTmxRA2V39ab4k=";
+    hash = "sha256-bnFcqWM1kN2m3HMHJ5LgGJPxCXlgULu7kSl7RpKsVxc=";
   };
 
   postPatch = ''