From 84be7d9db9a1ef385aa4eb2c748c481ff2a56838 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 20 Jan 2024 22:27:11 -0500 Subject: gnu: bluez: Update to 5.72. * gnu/packages/linux.scm (bluez): Update to 5.72. Change-Id: Id9ee1cdae8226af161ea75f097730c9edc6d43b0 --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 40290fff68..453e0e630f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6069,7 +6069,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") (define-public bluez (package (name "bluez") - (version "5.66") + (version "5.72") (source (origin (method url-fetch) (uri (string-append @@ -6077,7 +6077,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") version ".tar.xz")) (sha256 (base32 - "0x5mn9x6g626izxnw236933wvq83qagsh9qc9ac9550cb55sdzir")))) + "0vjk4ihywzv8k07bxq7clqgi2afrw54nfp0gcnxw35m98nipz7a9")))) (build-system gnu-build-system) (arguments (list -- cgit v1.2.3