Archived
1
0
Fork 0

gnu: kconfigwidgets: Update to 5.27.0.

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

View file

@ -1743,16 +1743,16 @@ KCModules can be created with the KConfigWidgets framework.")
(define-public kconfigwidgets (define-public kconfigwidgets
(package (package
(name "kconfigwidgets") (name "kconfigwidgets")
(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
"0v25r50gh5i984lzlv0rradghglcfqf0gsfmnkn23h87b86fm9l2")))) "0sbhirfsjmsxiwaqqh5jh85bhwmij93gj5knnb0bs0al4hy29918"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(propagated-inputs (propagated-inputs
`(("kauth" ,kauth) `(("kauth" ,kauth)