Robert Schütz
2025-12-03 10:44:33 -08:00
parent 7f7c17a96c
commit 646d3944d5
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "habluetooth";
version = "5.7.0";
version = "5.8.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "habluetooth";
tag = "v${version}";
hash = "sha256-1/KbehOIQdclPskp2HtJ3fut4DqkKw/+FdqwmVvfZmU=";
hash = "sha256-VbD4fAOZtDtPIGGYb3ISP7c9YLBXAXeOIICqf9Pm5ho=";
};
build-system = [