diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-20 22:27:11 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:37 +0200 |
commit | 84be7d9db9a1ef385aa4eb2c748c481ff2a56838 (patch) | |
tree | c6ea740b02f35f9aebf76f937ca9b28e4779359f /gnu/packages | |
parent | 18a39e7f67058a9cdd57917b6ee41544e1ffebf3 (diff) | |
download | guix-84be7d9db9a1ef385aa4eb2c748c481ff2a56838.tar.gz guix-84be7d9db9a1ef385aa4eb2c748c481ff2a56838.zip |
gnu: bluez: Update to 5.72.
* gnu/packages/linux.scm (bluez): Update to 5.72.
Change-Id: Id9ee1cdae8226af161ea75f097730c9edc6d43b0
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 |