mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:29:17 -05:00
gnu: extra-cmake-modules: Update to 5.98.0.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 5.98.0. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
2adb33279a
commit
d0975b4e7e
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ (define-module (gnu packages kde-frameworks)
|
|||
(define-public extra-cmake-modules
|
||||
(package
|
||||
(name "extra-cmake-modules")
|
||||
(version "5.91.0")
|
||||
(version "5.98.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -97,7 +97,7 @@ (define-public extra-cmake-modules
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0k65rvxh926ya6qahzk2ns7g1fya1429648mlx7iipxa61g8h5wp"))))
|
||||
"0669m98vqy4hpacfjs7xpgjj1bns24kjybrjipxzp82092g8y69w"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
;; Add test dependency, except on armhf where building it is too
|
||||
|
|
Loading…
Reference in a new issue