guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: bluez: Update to 5.46.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: bluez: Update to 5.46.
Date: Fri, 18 Aug 2017 09:09:55 -0400 (EDT)

nckx pushed a commit to branch staging
in repository guix.

commit 9d1cc6bc69d53bf8ad45ac94bc3c268125f86359
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 18 15:09:19 2017 +0200

    gnu: bluez: Update to 5.46.
    
    * gnu/packages/linux.scm (bluez): Update to 5.46.
---
 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 1a9e9d7..54cf800 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2889,7 +2889,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
 (define-public bluez
   (package
     (name "bluez")
-    (version "5.45")
+    (version "5.46")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2897,7 +2897,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "1sb4aflgyrl7apricjipa8wx95qm69yja0lmn2f19g560c3v1b2c"))))
+                "0a4fj343bdqsfyv12hmj9nym0ilsf0bvm54a4apbiby16ww3vayx"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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