guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bluez: Update to 5.43.


From: Marius Bakke
Subject: 01/01: gnu: bluez: Update to 5.43.
Date: Fri, 2 Dec 2016 12:08:22 +0000 (UTC)

mbakke pushed a commit to branch staging
in repository guix.

commit a189ac715d9ba1e0191593edb8420f68972868f7
Author: Marius Bakke <address@hidden>
Date:   Fri Dec 2 13:07:29 2016 +0100

    gnu: bluez: Update to 5.43.
    
    * gnu/packages/linux.scm (bluez): Update to 5.43.
---
 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 2c3c9cf..853c92e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2503,7 +2503,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
 (define-public bluez
   (package
     (name "bluez")
-    (version "5.40")
+    (version "5.43")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2511,7 +2511,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "09ywk3lvgis0nbi0d5z8d4qp5r33lzwnd6bdakacmbsm420qpnns"))))
+                "05cdnpz0w2lwq2x5ba87q1h2wgb4lfnpbnbh6p7499hx59fw1j8n"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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