python310Packages.bluetooth-adapters: 0.15.3 -> 0.15.4

https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.15.4/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2023-05-09 14:45:03 +02:00
parent c9b3b5b387
commit dc2f9771e4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "bluetooth-adapters";
version = "0.15.3";
version = "0.15.4";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-sh5wOx/4J1AEzR5zrd77v7Cbq6Mt9vOjCSREKHRN4aQ=";
hash = "sha256-H8QkOs+QPN9jB/g4f3OaGlX/F2SO2hIDptoPB47ogqA=";
};
postPatch = ''