guix-commits
[Top][All Lists]
Advanced

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

54/75: gnu: bluez: Update to 5.72.


From: guix-commits
Subject: 54/75: gnu: bluez: Update to 5.72.
Date: Sun, 21 Jan 2024 13:21:49 -0500 (EST)

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

commit 23aa24058ad932bf48e4258566ee94fea86eef3d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 20 22:27:11 2024 -0500

    gnu: bluez: Update to 5.72.
    
    * gnu/packages/linux.scm (bluez): Update to 5.72.
    
    Change-Id: Id9ee1cdae8226af161ea75f097730c9edc6d43b0
---
 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 42efdde0bf..d24a3b2e74 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5881,7 +5881,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
 (define-public bluez
   (package
     (name "bluez")
-    (version "5.66")
+    (version "5.72")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -5889,7 +5889,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0x5mn9x6g626izxnw236933wvq83qagsh9qc9ac9550cb55sdzir"))))
+                "0vjk4ihywzv8k07bxq7clqgi2afrw54nfp0gcnxw35m98nipz7a9"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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