diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-18 11:33:07 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-18 20:54:02 -0500 |
commit | e1fec8139c1c77f0392ea42b0acb188714934c45 (patch) | |
tree | e0923ffbfe00237f87c9fb7e2e1e1195f7870da9 | |
parent | 6db3e23c80f29ff7c8df7ad5bd408a9bf6166f10 (diff) | |
download | guix-e1fec8139c1c77f0392ea42b0acb188714934c45.tar.gz guix-e1fec8139c1c77f0392ea42b0acb188714934c45.zip |
gnu: bluez-qt: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (bluez-qt): Update to 5.114.0.
Change-Id: Ic20fcd9e84ced6fbf7e416b1d19a1a98a7dc3cc2
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 3ec0258cbd..a73b26b218 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -338,7 +338,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/") (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 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/") name "-" version ".tar.xz")) (sha256 (base32 - "1yf2rbqp9997318ybnd8myvj26pzdkx55j6w86ibvn7hwgb77hhs")))) + "1ni50jwnb5ww8mkql0p3q8660c0srj8p0ik27lvxakwdq4wf6l9s")))) (build-system cmake-build-system) (native-inputs (list dbus extra-cmake-modules)) |