gnu: kinit: Update to 5.27.0.

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

View File

@ -2076,16 +2076,16 @@ in applications using the KDE Frameworks.")
(define-public kinit (define-public kinit
(package (package
(name "kinit") (name "kinit")
(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
"1i7l6gid5hrrfglw1c461gpjg51dwz7cl4lx7ll8vz2ha8mz4d3n")))) "0sbpl1sp1ajarjmnvx2l3dr09afsay28kp2sf4yacrm4lrmhwzip"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))