gnu: kparts: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (kparts): Update to 5.27.0.
This commit is contained in:
David Craven 2016-10-29 18:48:28 +02:00
parent 59cb98e135
commit 33fa4658bd
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB

View File

@ -2291,16 +2291,16 @@ notifications which can be embedded in your application.")
(define-public kparts
(package
(name "kparts")
(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
"0z7qr93aq02i7g7cxgypx2rzlnsvbsx9cjblb0ijmad1nb8w3mix"))))
(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
"0rfsyr96s59ljp3jgmcwlvwzbgmlx7fvr62xswwmsnb8ah14k5rh"))))
(build-system cmake-build-system)
(propagated-inputs
`(("kio" ,kio)