guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: bluez: Update to 5.40.


From: ???
Subject: 03/04: gnu: bluez: Update to 5.40.
Date: Sat, 18 Jun 2016 01:53:21 +0000 (UTC)

iyzsong pushed a commit to branch master
in repository guix.

commit c80920462e871276748feaa187feb6b645980df4
Author: 宋文武 <address@hidden>
Date:   Fri Jun 17 19:23:52 2016 +0800

    gnu: bluez: Update to 5.40.
    
    * gnu/packages/linux.scm (bluez): Update to 5.40.
---
 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 4200117..e71ecbe 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2410,7 +2410,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
 (define-public bluez
   (package
     (name "bluez")
-    (version "5.39")
+    (version "5.40")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2418,7 +2418,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0fsrf9rdmrdyx0vmcpfji4imjsvliawyy5sjb6b64myka28vrl91"))))
+                "09ywk3lvgis0nbi0d5z8d4qp5r33lzwnd6bdakacmbsm420qpnns"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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