gnu: kxmlgui: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (kxmlgui): Update to 5.27.0.
This commit is contained in:
David Craven 2016-10-29 18:48:28 +02:00
parent 8b9b0e5eb7
commit 19fbf93f34
No known key found for this signature in database
GPG key ID: C5E051C79C0BECDB

View file

@ -2641,16 +2641,16 @@ (define-public kwallet
(define-public kxmlgui
(package
(name "kxmlgui")
(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
"1qhixldhhcbklmrpjh67440h1rrzqy70h57hw6ialjdsr3pl6ihp"))))
(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
"0hf55ip2irbsbg59r36njgb0h5ygpaspa4x6jfyi4bxj852c3hw1"))))
(build-system cmake-build-system)
(propagated-inputs
`(("kconfig" ,kconfig)