mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: bluez-qt: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (bluez-qt): Update to 6.5.0. Change-Id: Ic22b7f53c81b9f716a43f5707f21945a42709b2a
This commit is contained in:
parent
813e7fd31d
commit
066f0989be
1 changed files with 2 additions and 2 deletions
|
@ -387,7 +387,7 @@ (define-public attica-5
|
||||||
(define-public bluez-qt
|
(define-public bluez-qt
|
||||||
(package
|
(package
|
||||||
(name "bluez-qt")
|
(name "bluez-qt")
|
||||||
(version "6.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -396,7 +396,7 @@ (define-public bluez-qt
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sxi758ccmgwhq9r0vbqq3j8lq3wx3mw4r8mf401ql1byklsxl6j"))))
|
"0pm6dbn0za3pp078ri4rbfdb0xa163pnx26h103l3y8szik4f8zh"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list dbus extra-cmake-modules))
|
(list dbus extra-cmake-modules))
|
||||||
|
|
Loading…
Reference in a new issue