guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: bluez: Update to 5.66.


From: guix-commits
Subject: 04/15: gnu: bluez: Update to 5.66.
Date: Sun, 20 Nov 2022 11:21:11 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit e643b05f89e564eed042c3594b400c6ae7d063b0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 14:17:01 2022 +0100

    gnu: bluez: Update to 5.66.
    
    * gnu/packages/linux.scm (bluez): Update to 5.66.
---
 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 260dce59b3..a7d389d7a6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5390,7 +5390,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
 (define-public bluez
   (package
     (name "bluez")
-    (version "5.64")
+    (version "5.66")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -5398,7 +5398,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0d6yl7l5zrlx5w3y503k72m9xsydx6gi1c65icchq1xknrjpwhxf"))))
+                "0x5mn9x6g626izxnw236933wvq83qagsh9qc9ac9550cb55sdzir"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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