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

commit e95b234e30fc08e769de7d2eeca3ce6d93f6cd5a
Author: Brice Waegeneire <[email protected]>
AuthorDate: Sun Oct 10 09:03:23 2021 +0200

    bluez: Update to 5.61.
    
    * gnu/packages/linux.scm (bluez): Update to 5.61.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 253864b..36bb7cf 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5295,7 +5295,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
 (define-public bluez
   (package
     (name "bluez")
-    (version "5.59")
+    (version "5.61")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -5303,7 +5303,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "05kk8zdh3msf5j88jbai8m877rvya6fpkzhicfhv5gyhhsrrasq4"))))
+                "0fs2kjsdhylxniqhii63i85fjszbqbz3iddwmgz4nmbr472xdbw3"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags

Reply via email to