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
1 changed files with 10 additions and 10 deletions

View File

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