This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch kernel-team
in repository guix.

The following commit(s) were added to refs/heads/kernel-team by this push:
     new f670fe79dd gnu: bluez: Update to 5.79.
f670fe79dd is described below

commit f670fe79dd72ffc899db3955206a45e1ed69f6ee
Author: Julian Flake <fl...@uni-koblenz.de>
AuthorDate: Thu Nov 28 22:11:51 2024 +0100

    gnu: bluez: Update to 5.79.
    
    * gnu/packages/linux.scm (bluez): Update to 5.79.
    
    Change-Id: I5928664f929d1bda6e8c8c5e37cb9020a9889881
    Signed-off-by: Leo Famulari <l...@famulari.name>
---
 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 7885dab174..eff6f7978a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6620,7 +6620,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
 (define-public bluez
   (package
     (name "bluez")
-    (version "5.72")
+    (version "5.79")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -6628,7 +6628,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0vjk4ihywzv8k07bxq7clqgi2afrw54nfp0gcnxw35m98nipz7a9"))))
+                "12pal1m4xlr8k7kxb6isv5lbaca2wc5zcgy0907wfwcz78qaar21"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to