guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: bluez: Update to 5.61.


From: guix-commits
Subject: branch staging updated: bluez: Update to 5.61.
Date: Sun, 10 Oct 2021 05:29:05 -0400

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

bricewge pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 62b44b0  bluez: Update to 5.61.
62b44b0 is described below

commit 62b44b0b4e69b7fd1b9c1994d0e58af1214c820d
Author: Brice Waegeneire <brice@waegenei.re>
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 43b6913..2bda02f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5186,7 +5186,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
@@ -5194,7 +5194,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

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