gnu: bluez-qt: Update to 5.114.0.

* gnu/packages/kde-frameworks.scm (bluez-qt): Update to 5.114.0.

Change-Id: Ic20fcd9e84ced6fbf7e416b1d19a1a98a7dc3cc2
This commit is contained in:
Maxim Cournoyer 2024-01-18 11:33:07 -05:00
parent 6db3e23c80
commit e1fec8139c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -338,7 +338,7 @@ (define-public attica
(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 @@ (define-public bluez-qt
name "-" version ".tar.xz"))
(sha256
(base32
"1yf2rbqp9997318ybnd8myvj26pzdkx55j6w86ibvn7hwgb77hhs"))))
"1ni50jwnb5ww8mkql0p3q8660c0srj8p0ik27lvxakwdq4wf6l9s"))))
(build-system cmake-build-system)
(native-inputs
(list dbus extra-cmake-modules))