guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: bluez: Update to 5.50.


From: Marius Bakke
Subject: 05/05: gnu: bluez: Update to 5.50.
Date: Mon, 11 Jun 2018 17:47:32 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit b5724230fed2d043206df20d12a45bb962b7ee77
Author: Marius Bakke <address@hidden>
Date:   Mon Jun 11 23:43:27 2018 +0200

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



reply via email to

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