mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01: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-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 @@
|
|||
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…
Add table
Reference in a new issue