gnu: kunitconversion: Update to 5.27.0.

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

View File

@ -1495,16 +1495,16 @@ and communicating with them using a pty.")
(define-public kunitconversion
(package
(name "kunitconversion")
(version "5.24.0")
(source
(origin
(version "5.27.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/"
(uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"03dfjn4lm6sl2zcdrvw0b9irzvkyc2w2j5xixag5j8nw373742h8"))))
"11rn6813jz7clb6fjp9nbdg1c350zh0yiprbr053wkdjrb3aca7c"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))