guix-commits
[Top][All Lists]
Advanced

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

13/21: gnu: bluez: Update to 5.64.


From: guix-commits
Subject: 13/21: gnu: bluez: Update to 5.64.
Date: Thu, 23 Jun 2022 13:56:43 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 7f209d84257127f38f893dc906bb91dcf6b00df5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 23 19:16:33 2022 +0200

    gnu: bluez: Update to 5.64.
    
    * gnu/packages/linux.scm (bluez): Update to 5.64.
---
 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 8f7b4f4f5b..6bf0483b9b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5406,7 +5406,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
 (define-public bluez
   (package
     (name "bluez")
-    (version "5.61")
+    (version "5.64")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -5414,7 +5414,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0fs2kjsdhylxniqhii63i85fjszbqbz3iddwmgz4nmbr472xdbw3"))))
+                "0d6yl7l5zrlx5w3y503k72m9xsydx6gi1c65icchq1xknrjpwhxf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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