guix-commits
[Top][All Lists]
Advanced

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

14/21: gnu: bluez: Update to 5.49.


From: Marius Bakke
Subject: 14/21: gnu: bluez: Update to 5.49.
Date: Mon, 12 Mar 2018 13:22:34 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 8aca66be5386f521799733e69eb7c47402081459
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 12 17:40:21 2018 +0100

    gnu: bluez: Update to 5.49.
    
    * gnu/packages/linux.scm (bluez): Update to 5.49.
---
 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 875f110..7a02657 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2991,7 +2991,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
 (define-public bluez
   (package
     (name "bluez")
-    (version "5.48")
+    (version "5.49")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2999,7 +2999,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "140fjyxa2q4y35d9n52vki649jzb094pf71hxkkvlrpgf8q75a5r"))))
+                "15ffsaz7l3fgdg03l7g1xx9jw7xgs6pc548zxqsxawsca5x1sc1k"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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