[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/25: gnu: BlueZ: Update to 5.55.
From: |
guix-commits |
Subject: |
25/25: gnu: BlueZ: Update to 5.55. |
Date: |
Tue, 13 Oct 2020 17:50:15 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 069ddd9900f50b930684dbb746dc19487d322612
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Oct 13 17:00:37 2020 +0200
gnu: BlueZ: Update to 5.55.
* gnu/packages/linux.scm (bluez): Update to 5.55.
[arguments]: Add "--enable-hid2hci" in #:configure-flags.
---
gnu/packages/linux.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c9f7af0..8ce7500 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4640,7 +4640,7 @@ Bluetooth audio output devices like headphones or
loudspeakers.")
(define-public bluez
(package
(name "bluez")
- (version "5.54")
+ (version "5.55")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4648,7 +4648,7 @@ Bluetooth audio output devices like headphones or
loudspeakers.")
version ".tar.xz"))
(sha256
(base32
- "1p2ncvjz6alr9n3l5wvq2arqgc7xjs6dqyar1l9jp0z8cfgapkb8"))))
+ "124v9s4y1s7s6klx5vlmzpk1jlr4x84ch7r7scm7x2f42dqp2qw8"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -4657,6 +4657,8 @@ Bluetooth audio output devices like headphones or
loudspeakers.")
"--localstatedir=/var"
"--enable-library"
"--disable-systemd"
+ ;; TODO: is this needed? Not installed by default since 5.55.
+ "--enable-hid2hci"
;; Install dbus/udev files to the correct location.
(string-append "--with-dbusconfdir=" out "/etc")
(string-append "--with-udevdir=" out "/lib/udev")))
- 07/25: gnu: tzdata: Update to 2020b., (continued)
- 07/25: gnu: tzdata: Update to 2020b., guix-commits, 2020/10/13
- 11/25: gnu: elogind: Update to 243.7., guix-commits, 2020/10/13
- 12/25: gnu: GTK+: Update to 3.24.3., guix-commits, 2020/10/13
- 13/25: gnu: ImageMagick: Update to 6.9.11-34., guix-commits, 2020/10/13
- 14/25: gnu: python-cryptography: Update to 3.1.1., guix-commits, 2020/10/13
- 15/25: gnu: libva: Update to 2.9.0., guix-commits, 2020/10/13
- 17/25: gnu: xkeyboard-config: Update to 2.31., guix-commits, 2020/10/13
- 19/25: gnu: libcyaml: Fix build with libyaml 0.2.5., guix-commits, 2020/10/13
- 23/25: gnu: libsndfile: Remove graft for 1.0.30., guix-commits, 2020/10/13
- 24/25: gnu: Remove redundant MariaDB inputs., guix-commits, 2020/10/13
- 25/25: gnu: BlueZ: Update to 5.55.,
guix-commits <=