guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

33/217: gnu: bluez: Update to 5.59.


From: guix-commits
Subject: 33/217: gnu: bluez: Update to 5.59.
Date: Sun, 14 Nov 2021 19:20:32 -0500 (EST)

vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit d4ea065922dd60adec9eeb4f84287985822ac55c
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sat Jul 3 17:29:18 2021 +0200

    gnu: bluez: Update to 5.59.
    
    * gnu/packages/linux.scm (bluez): Update to 5.59.
    [native-inputs]: Add python-docutils.
---
 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d168ef9..0582f20 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]