diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-20 14:17:01 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:10:56 -0400 |
commit | 6e9995ffedf0694acc57b0ab70be498a98c790c5 (patch) | |
tree | d1911a67223ea21e82c5e7770bd14c66d087f184 /gnu/packages/linux.scm | |
parent | 8a04972ecf7b21639ce41545e263b48262ef1abc (diff) |
gnu: bluez: Update to 5.66.
* gnu/packages/linux.scm (bluez): Update to 5.66.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 9df451ebcc..d1c2094fa1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5727,7 +5727,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") (define-public bluez (package (name "bluez") - (version "5.64") + (version "5.66") (source (origin (method url-fetch) (uri (string-append @@ -5735,7 +5735,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") version ".tar.xz")) (sha256 (base32 - "0d6yl7l5zrlx5w3y503k72m9xsydx6gi1c65icchq1xknrjpwhxf")))) + "0x5mn9x6g626izxnw236933wvq83qagsh9qc9ac9550cb55sdzir")))) (build-system gnu-build-system) (arguments (list |