gnu: extra-cmake-modules: Update to 5.104.0.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 5.104.0.
This commit is contained in:
parent
3c64b76d60
commit
06adbc9a87
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ (define-module (gnu packages kde-frameworks)
|
|||
(define-public extra-cmake-modules
|
||||
(package
|
||||
(name "extra-cmake-modules")
|
||||
(version "5.98.0")
|
||||
(version "5.104.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -106,7 +106,7 @@ (define-public extra-cmake-modules
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0669m98vqy4hpacfjs7xpgjj1bns24kjybrjipxzp82092g8y69w"))))
|
||||
"1nc5ynfz903jc87xawnww3pf1y73x9jvmxnbrj24nqv6vcgv57p4"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
;; Add test dependency, except on armhf where building it is too
|
||||
|
|
Loading…
Reference in a new issue