me
/
guix
Archived
1
0
Fork 0

gnu: bluez-qt: Update to 6.4.0.

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

Change-Id: Iea9172a40604ab86538e1cc67d818465188af29e
master
Zheng Junjie 2024-07-20 00:24:43 +08:00
parent 6c7fa558c2
commit 1c78f72915
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -387,7 +387,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
(define-public bluez-qt
(package
(name "bluez-qt")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -396,7 +396,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
name "-" version ".tar.xz"))
(sha256
(base32
"1p52sk0rpf75dhmwcxbiwnpprm8giy80qav92d1dhchhmqzvhs1v"))))
"0sxi758ccmgwhq9r0vbqq3j8lq3wx3mw4r8mf401ql1byklsxl6j"))))
(build-system cmake-build-system)
(native-inputs
(list dbus extra-cmake-modules))