me
/
guix
Archived
1
0
Fork 0

gnu: kded: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (kded): Update to 5.27.0.
master
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
(package
(name "kded")
(version "5.24.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"0ngpxdxb596myn5r4kjxahx195bwklq33yvgjvcbxi2clg2wccaj"))))
(version "5.27.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"14f4qxia9p3vynv2ch9rs67zaxn9kpbas0fn0vwag1ikxb8qz0c2"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))