mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: extra-cmake-modules: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 6.5.0. Change-Id: Iae44a9df9d7979352bef32a4fad3bffae18627e2
This commit is contained in:
parent
c307231a7e
commit
5b8ff369d7
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ (define-module (gnu packages kde-frameworks)
|
|||
(define-public extra-cmake-modules
|
||||
(package
|
||||
(name "extra-cmake-modules")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -113,7 +113,7 @@ (define-public extra-cmake-modules
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pas55hqb03lgm0n4izq10jvlwci1l60la61blc29bfx843z5lyf"))))
|
||||
"1ks9381yf7n9v80baydjrbri5yf0kwc0g1dnyclhd682wnhjqg4g"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
;; Add test dependency, except on armhf where building it is too
|
||||
|
|
Loading…
Reference in a new issue