diff options
author | Brice Waegeneire <[email protected]> | 2021-07-03 17:29:18 +0200 |
---|---|---|
committer | Brice Waegeneire <[email protected]> | 2021-07-03 23:09:15 +0200 |
commit | a288c93e3fd657dc5dad32dd5f25cdc5301e9a0a (patch) | |
tree | b453d60adab41541a72a9f39f207081436ced192 /gnu | |
parent | 87046172175ac624802ac06f48273858c103eca6 (diff) |
gnu: bluez: Update to 5.59.
* gnu/packages/linux.scm (bluez): Update to 5.59.
[native-inputs]: Add python-docutils.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2475912796..d234a86184 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4894,7 +4894,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 @@ -4902,7 +4902,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") version ".tar.xz")) (sha256 (base32 - "124v9s4y1s7s6klx5vlmzpk1jlr4x84ch7r7scm7x2f42dqp2qw8")))) + "05kk8zdh3msf5j88jbai8m877rvya6fpkzhicfhv5gyhhsrrasq4")))) (build-system gnu-build-system) (arguments `(#:configure-flags @@ -4947,6 +4947,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) |