python3Packages.habluetooth: 3.49.0 -> 4.0.2

https://github.com/Bluetooth-Devices/habluetooth/blob/v4.0.2/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-08-08 04:06:14 +02:00
parent 5486a9a884
commit d292c2c723
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "habluetooth";
version = "3.49.0";
version = "4.0.2";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "habluetooth";
tag = "v${version}";
hash = "sha256-+jv6345Qfay66hl4KBy93B3AMg4lwN/DtjohuFvh9+M=";
hash = "sha256-82eV76oY/exkHbhZt3OaifOoKxN2D6npstvfBDVgszw=";
};
build-system = [