python3Packages.bluetooth-adapters: 2.3.0 -> 2.4.0

https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v2.4.0
This commit is contained in:
Martin Weinelt 2026-07-04 20:10:55 +02:00
commit c0dbdfe671
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -21,14 +21,14 @@
buildPythonPackage (finalAttrs: {
pname = "bluetooth-adapters";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "bluetooth-adapters";
tag = "v${finalAttrs.version}";
hash = "sha256-r/qDwlIVa7VBkhepmuFqwtlJ7WYUTiYRKikhURTgLH8=";
hash = "sha256-d1vHb1WvsumlvilwuV6yfTwMXViLqeosSSM3LijIGYY=";
};
outputs = [