mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: extra-cmake-modules: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 6.10.0. Change-Id: Id37070355e475720e33d25d5f3a6761229a071d9
This commit is contained in:
parent
3ece2c1f47
commit
8da0d89ca8
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@
|
|||
(define-public extra-cmake-modules
|
||||
(package
|
||||
(name "extra-cmake-modules")
|
||||
(version "6.5.0")
|
||||
(version "6.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -113,7 +113,7 @@
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ks9381yf7n9v80baydjrbri5yf0kwc0g1dnyclhd682wnhjqg4g"))))
|
||||
"186cg6f8fvrfgsqp9zwdngb3q1fv70i93hb9wq1k9480sjh8jsah"))))
|
||||
(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