python3Packages.habluetooth: 4.0.2 -> 5.3.0

https://github.com/Bluetooth-Devices/habluetooth/blob/v5.3.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-09-05 03:36:57 +02:00
parent 02b32c0ddd
commit 5fd960b7ee
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "habluetooth";
version = "4.0.2";
version = "5.3.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "habluetooth";
tag = "v${version}";
hash = "sha256-82eV76oY/exkHbhZt3OaifOoKxN2D6npstvfBDVgszw=";
hash = "sha256-9T6GvNHHxOpoPkN1Blyd/ErqYFei5UcaKQbd5gog6qM=";
};
postPatch = ''