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:
parent
b68bf48af9
commit
1c484e980f
1 changed files with 10 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue