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>
This commit is contained in:
Fabian Affolter 2022-10-02 12:32:33 +02:00 committed by Martin Weinelt
parent dc6318b1f3
commit 6b4e339ef6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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 = ''