mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +01:00
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:
parent
6db3e23c80
commit
e1fec8139c
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue