guix-commits
[Top][All Lists]
Advanced

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

05/92: gnu: bluez-qt: Update to 5.114.0.


From: guix-commits
Subject: 05/92: gnu: bluez-qt: Update to 5.114.0.
Date: Thu, 18 Jan 2024 20:59:59 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit e1fec8139c1c77f0392ea42b0acb188714934c45
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:07 2024 -0500

    gnu: bluez-qt: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (bluez-qt): Update to 5.114.0.
    
    Change-Id: Ic20fcd9e84ced6fbf7e416b1d19a1a98a7dc3cc2
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3ec0258cbd..a73b26b218 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -338,7 +338,7 @@ 
http://freedesktop.org/wiki/Specifications/open-collaboration-services/";)
 (define-public bluez-qt
   (package
     (name "bluez-qt")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -347,7 +347,7 @@ 
http://freedesktop.org/wiki/Specifications/open-collaboration-services/";)
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1yf2rbqp9997318ybnd8myvj26pzdkx55j6w86ibvn7hwgb77hhs"))))
+                "1ni50jwnb5ww8mkql0p3q8660c0srj8p0ik27lvxakwdq4wf6l9s"))))
     (build-system cmake-build-system)
     (native-inputs
      (list dbus extra-cmake-modules))



reply via email to

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