guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 21fd1c151e763b7b67a70aa7eec0cff3ccb1293d
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:27 2025 +0530

    gnu: bluez-qt: Update to 6.21.0.
    
    * gnu/packages/kde-frameworks.scm (bluez-qt): Update to 6.21.0.
    
    Change-Id: I3a5643526309ec0222c1aa004b3a4d247a9717ea
---
 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 ce5b567233..e6bbdd9a57 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -429,7 +429,7 @@ 
http://freedesktop.org/wiki/Specifications/open-collaboration-services/";)
 (define-public bluez-qt
   (package
     (name "bluez-qt")
-    (version "6.19.0")
+    (version "6.21.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -438,7 +438,7 @@ 
http://freedesktop.org/wiki/Specifications/open-collaboration-services/";)
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "190bmgvf3z8lm952yg03cq2mnvqbmz8d9cvnlqizw8r40x9s0b94"))))
+                "1ps3k7kald4imb1y9snzaj1c2k6zyafv19ydgrlglq6a4r6a14ga"))))
     (build-system cmake-build-system)
     (native-inputs
      (list dbus extra-cmake-modules))

Reply via email to