diff options
| author | Sughosha <sughosha@disroot.org> | 2026-02-09 01:57:56 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-24 12:04:40 +0100 |
| commit | eea7dac36a22b2da0c354ce916ef8ee93e7dbf59 (patch) | |
| tree | 667f255b6a7e7c28eef48c42193321c88508e006 /gnu/packages | |
| parent | 8a99ac59e8d9f6af75bf86052f3a3b946156e292 (diff) | |
gnu: extra-cmake-modules: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 6.22.0.
Change-Id: Id1c83287b7f77f11664dc0c60a508fe6cf2ed258
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 7c86469b457..6ad7a059ba7 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -106,7 +106,7 @@ (define-public extra-cmake-modules (package (name "extra-cmake-modules") - (version "6.21.0") + (version "6.22.0") (source (origin (method url-fetch) (uri (string-append @@ -115,7 +115,7 @@ name "-" version ".tar.xz")) (sha256 (base32 - "0w3ajz03nnd84hs5d42wppqq07wp0vng04201nps0mb5rmkm8z16")))) + "19h9qssgwxmh9fzq54k17b22kgrrdw5yyrv5785w4xxjf6asd0yb")))) (build-system cmake-build-system) (native-inputs ;; Add test dependency, except on armhf where building it is too |
