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.45.


From: Marius Bakke
Subject: 01/01: gnu: bluez: Update to 5.45.
Date: Fri, 12 May 2017 15:00:19 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 3590a6b5cf4b46a76b69f3719740d6d5b8a04428
Author: Marius Bakke <address@hidden>
Date:   Fri May 12 19:36:22 2017 +0200

    gnu: bluez: Update to 5.45.
    
    * gnu/packages/linux.scm (bluez): Update to 5.45.
---
 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 fb70bf0..958d111 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2746,7 +2746,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
 (define-public bluez
   (package
     (name "bluez")
-    (version "5.44")
+    (version "5.45")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2754,7 +2754,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "11bc6pndivd0rkqr3c8a1xd9ar9bb60gx79piskycicb3wliwchc"))))
+                "1sb4aflgyrl7apricjipa8wx95qm69yja0lmn2f19g560c3v1b2c"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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