~ruther/guix-local

b1d8acfdf82ce82eb57a915ad5bd038bcd9dd411 — Sughosha 5 months ago 9e3fe06
gnu: bluez-qt: Update to 6.18.0.

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

Change-Id: Idd927fc606ad65676b44235c66079057c3de8a80
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +2 -2
@@ 453,7 453,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
(define-public bluez-qt
  (package
    (name "bluez-qt")
    (version "6.16.0")
    (version "6.18.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 462,7 462,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "1555gmc3nza5afa1gl1rjq4457l7hcqg8f2z7pvyrfx86w7w7xkp"))))
                "1cyf0lih5x0prysa85psxn2axh32i61jnb8yyblkzam7fn888h4k"))))
    (build-system cmake-build-system)
    (native-inputs
     (list dbus extra-cmake-modules))