guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: bluez: Update to 5.48.


From: Marius Bakke
Subject: 01/03: gnu: bluez: Update to 5.48.
Date: Tue, 20 Feb 2018 08:57:03 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit ac85920a74bc7e8fb88820ff3858d143bc30a449
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 20 14:31:57 2018 +0100

    gnu: bluez: Update to 5.48.
    
    * gnu/packages/linux.scm (bluez): Update to 5.48.
---
 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 5427a1f..7950719 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2969,7 +2969,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
 (define-public bluez
   (package
     (name "bluez")
-    (version "5.47")
+    (version "5.48")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2977,7 +2977,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "1j22hfjz0fp4pgclgz9mfcwjbr4wqgah3gd2qhfg4r6msmybyxfg"))))
+                "140fjyxa2q4y35d9n52vki649jzb094pf71hxkkvlrpgf8q75a5r"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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