gnu: kded: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (kded): Update to 5.27.0.
This commit is contained in:
David Craven 2016-10-29 18:48:28 +02:00
parent 46e1ac0be8
commit 8e963d123c
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 10 additions and 10 deletions

View File

@ -1844,16 +1844,16 @@ that offer bindings to some of the Frameworks.")
(define-public kded (define-public kded
(package (package
(name "kded") (name "kded")
(version "5.24.0") (version "5.27.0")
(source (source (origin
(origin (method url-fetch)
(method url-fetch) (uri (string-append
(uri (string-append "mirror://kde/stable/frameworks/" "mirror://kde/stable/frameworks/"
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0ngpxdxb596myn5r4kjxahx195bwklq33yvgjvcbxi2clg2wccaj")))) "14f4qxia9p3vynv2ch9rs67zaxn9kpbas0fn0vwag1ikxb8qz0c2"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))