diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |