about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-08-19 00:55:56 +0200
committerGitHub <noreply@github.com>2022-08-19 00:55:56 +0200
commitb974ad9ba6d936dacfc384559f87dbd68134cf66 (patch)
tree47211845d0d9f7542980458e6efbbfc8a19433ed
parentc2c3e56d5003be5e146694597514a140430acf59 (diff)
parente59a9d1bed788d6a53011be17370476836d59007 (diff)
downloadnixlib-b974ad9ba6d936dacfc384559f87dbd68134cf66.tar
nixlib-b974ad9ba6d936dacfc384559f87dbd68134cf66.tar.gz
nixlib-b974ad9ba6d936dacfc384559f87dbd68134cf66.tar.bz2
nixlib-b974ad9ba6d936dacfc384559f87dbd68134cf66.tar.lz
nixlib-b974ad9ba6d936dacfc384559f87dbd68134cf66.tar.xz
nixlib-b974ad9ba6d936dacfc384559f87dbd68134cf66.tar.zst
nixlib-b974ad9ba6d936dacfc384559f87dbd68134cf66.zip
Merge pull request #187321 from fabaff/bluetooth-adapters-bump
python310Packages.bluetooth-adapters: 0.1.3 -> 0.2.0
-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 3de1597154d4..039470a7b3e8 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.1.3";
+  version = "0.2.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "Bluetooth-Devices";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-c96HgcmyiDwvcq8OsZ5s65VmAihz6KtCviP2h6Iu1Fo=";
+    hash = "sha256-S6ZTUGBLCZ4gaiKTxC8xa4KDBl/zoZQ2vlFuXdcwLmk=";
   };
 
   postPatch = ''