gnu: kdeclarative: Update to 5.27.0.

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

View File

@ -1784,16 +1784,16 @@ their settings.")
(define-public kdeclarative (define-public kdeclarative
(package (package
(name "kdeclarative") (name "kdeclarative")
(version "5.24.0") (version "5.27.0")
(source (source (origin
(origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/" (uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"00ik9q1r6y6g5rkdq96yczgrxmcg85x00lipyljvc3x6xw6bixbz")))) "1a8pqwrwgmzarinhr9xxviqh9417p8icj8lwqg9ly0q0j3yv20dh"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(propagated-inputs (propagated-inputs
`(("kconfig" ,kconfig) `(("kconfig" ,kconfig)