guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 0a30933c74c85de42f7ea3052a6dcd94058e5016
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:20 2025 +0800

    gnu: bluez-qt: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (bluez-qt): Update to 6.10.0.
    
    Change-Id: I0680db5e738e03ab1b75af91467232d79527f923
---
 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 4ee2a1afdc..15e8f359a8 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -388,7 +388,7 @@ 
http://freedesktop.org/wiki/Specifications/open-collaboration-services/";)
 (define-public bluez-qt
   (package
     (name "bluez-qt")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -397,7 +397,7 @@ 
http://freedesktop.org/wiki/Specifications/open-collaboration-services/";)
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0pm6dbn0za3pp078ri4rbfdb0xa163pnx26h103l3y8szik4f8zh"))))
+                "0bc2girv8h06s2f5rxnyr2pzy3w28bxgar6jhax6wpb20mvpp932"))))
     (build-system cmake-build-system)
     (native-inputs
      (list dbus extra-cmake-modules))

Reply via email to