python312Packages.habluetooth: 3.4.1 -> 3.6.0

https://github.com/Bluetooth-Devices/habluetooth/blob/v3.6.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-11-06 21:25:20 +01:00
parent 56aec06b4c
commit c67bf93d90
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "habluetooth";
version = "3.4.1";
version = "3.6.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "habluetooth";
rev = "refs/tags/v${version}";
hash = "sha256-pJ294WnJjZXYFlezjfNXmUS+ouaZUGPLxUqj2sMQdU0=";
hash = "sha256-ypE/PvJV29+P389wLKZUErqLRvy935dAZYeap7n1z4M=";
};
build-system = [