python312Packages.bluetooth-adapters: 0.19.1 -> 0.19.2

https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.19.2/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-05-06 21:48:31 +02:00
parent 4f3bbb2c2d
commit bf2ccd8a06
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "bluetooth-adapters";
version = "0.19.1";
version = "0.19.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bluetooth-adapters";
rev = "refs/tags/v${version}";
hash = "sha256-r+Ll9ODFal+I2MwrwHakPFWD3GiE/n0f/dYs69jmmpU=";
hash = "sha256-hPs6YnmndJ2Z5RotcIRIYWPdvMyX56ul84l1Cs8kqH0=";
};
postPatch = ''