~ruther/guix-local

489beed1004e3a87e0c6813560f0ca5994e4cecb — Sughosha 7 months ago a33689b
gnu: kded: Update to 6.19.0.

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

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


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