Merge pull request #275251 from fabaff/bluetooth-adapters-bump

python311Packages.bluetooth-adapters: 0.16.1 -> 0.16.2
This commit is contained in:
Fabian Affolter 2023-12-19 08:02:07 +01:00 committed by GitHub
commit c9fc754d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bluetooth-adapters";
version = "0.16.1";
version = "0.16.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-GJhrL6J/L1+tqa7fN5xwE+8IFZZ9kff2g+04H5M7beY=";
hash = "sha256-2Z+COsWsIezcslCN50oZRTquAXsmxxp7fAjyGScoRq8=";
};
postPatch = ''