Robert Schütz
2026-05-07 02:59:18 +02:00
committed by Martin Weinelt
parent 656aacd913
commit a62b74afb4
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "habluetooth";
version = "5.11.2";
version = "6.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "habluetooth";
tag = "v${version}";
hash = "sha256-/5oJOSNP3vbmX7V8m6LLomNAvRzV2hM0vMCbwjFBmbg=";
hash = "sha256-/A+7u8mMZMiloHz0fnlQAQDe7DcrgFBU0IOaZJEdkKo=";
};
build-system = [