mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: extra-cmake-modules: Update to 6.0.0.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 6.0.0. Change-Id: I60d844f10279ca1b64e1a4a34724e17aa7f1329a
This commit is contained in:
parent
4ab5d17e21
commit
c66ab124dc
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ (define-module (gnu packages kde-frameworks)
|
|||
(define-public extra-cmake-modules
|
||||
(package
|
||||
(name "extra-cmake-modules")
|
||||
(version "5.114.0")
|
||||
(version "6.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -112,7 +112,7 @@ (define-public extra-cmake-modules
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0z4nqravsfzlsgvkg5rha2d0qxfr3pfncw7z2fxzzqvzj7mfk6im"))))
|
||||
"030dyw4krnq8hcp0dsqb15zxb7x7r8c33lbdgmmia5xpkpqjp693"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
;; Add test dependency, except on armhf where building it is too
|
||||
|
|
Loading…
Reference in a new issue