guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 92a48bf1db8b97dc922e03d0325ec3c7fa9b4b4b
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:12 2026 +0530
gnu: bluez-qt: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (bluez-qt): Update to 6.23.0.
Change-Id: I98b63153471d7a234ec71fb2bbff424c9aa177c1
---
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 3c622fe8ca..e135c4a949 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.22.0")
+ (version "6.23.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
- "0zz81a9s9cn7wgwjl6818grssgwp72a5lydlq6w4cggacx8sbaab"))))
+ "1vrb0q1pryl87v41q64056dfb75sqw00bdbc9nsgi4w0mvcc1x1p"))))
(build-system cmake-build-system)
(native-inputs
(list dbus extra-cmake-modules))