gnu: extra-cmake-modules: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to
  5.27.0.
This commit is contained in:
David Craven 2016-10-29 18:43:13 +02:00
parent b68bf48af9
commit 1c484e980f
No known key found for this signature in database
GPG key ID: C5E051C79C0BECDB

View file

@ -54,16 +54,16 @@ (define-module (gnu packages kde-frameworks)
(define-public extra-cmake-modules
(package
(name "extra-cmake-modules")
(version "5.24.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"01m12ml529pwr2sal951r5z6yb1rwbpid1y4k14nlk3xqgmdakwa"))))
(version "5.27.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"0n7vw2a4kxdgpsc1wn9f1d0y01p6qfk8ac360rq329bvdpigxmnj"))))
(build-system cmake-build-system)
(native-inputs
`(("qtbase" ,qtbase))) ; For tests (needs qmake)