~ruther/guix-local

fa342b28dd63067ec763eb3af02674cf71f63bf3 — Sughosha 4 months ago d1638cb9
gnu: kded: Update to 6.18.0.

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

Change-Id: I08c9d202e507a93c85273129671f6576680270c6
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
@@ 3520,7 3520,7 @@ that offer bindings to some of the Frameworks.")
(define-public kded
  (package
    (name "kded")
    (version "6.16.0")
    (version "6.18.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 3529,7 3529,7 @@ that offer bindings to some of the Frameworks.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "0ahv70qms1sdi1n45xyp5rqlmrazx1mfs0wng2r2ag6m3nq2yds9"))))
                "10jq5q3q6n0hb1075rpffh517qdzmwkc3ci8qh5347wrpzk3w3n9"))))
    (build-system cmake-build-system)
    (arguments (list #:tests? #f))
    (native-inputs