me
/
guix
Archived
1
0
Fork 0

gnu: bluez: Update to 5.59.

* gnu/packages/linux.scm (bluez): Update to 5.59.
[native-inputs]: Add python-docutils.
master
Brice Waegeneire 2021-07-03 17:29:18 +02:00 committed by Maxim Cournoyer
parent f5f5a48d8a
commit 325184e307
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 2 deletions

View File

@ -5298,7 +5298,7 @@ Bluetooth audio output devices like headphones or loudspeakers.")
(define-public bluez
(package
(name "bluez")
(version "5.55")
(version "5.59")
(source (origin
(method url-fetch)
(uri (string-append
@ -5306,7 +5306,7 @@ Bluetooth audio output devices like headphones or loudspeakers.")
version ".tar.xz"))
(sha256
(base32
"124v9s4y1s7s6klx5vlmzpk1jlr4x84ch7r7scm7x2f42dqp2qw8"))))
"05kk8zdh3msf5j88jbai8m877rvya6fpkzhicfhv5gyhhsrrasq4"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@ -5351,6 +5351,7 @@ Bluetooth audio output devices like headphones or loudspeakers.")
#t))))))
(native-inputs
`(("pkg-config" ,pkg-config)
("rst2man" ,python-docutils)
("gettext" ,gettext-minimal)))
(inputs
`(("glib" ,glib)