gnu: bluez-qt: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (bluez-qt): Update to 6.4.0. Change-Id: Iea9172a40604ab86538e1cc67d818465188af29emaster
parent
6c7fa558c2
commit
1c78f72915
|
@ -387,7 +387,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
|
||||||
(define-public bluez-qt
|
(define-public bluez-qt
|
||||||
(package
|
(package
|
||||||
(name "bluez-qt")
|
(name "bluez-qt")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -396,7 +396,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p52sk0rpf75dhmwcxbiwnpprm8giy80qav92d1dhchhmqzvhs1v"))))
|
"0sxi758ccmgwhq9r0vbqq3j8lq3wx3mw4r8mf401ql1byklsxl6j"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list dbus extra-cmake-modules))
|
(list dbus extra-cmake-modules))
|
||||||
|
|
Reference in New Issue