diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-03 21:57:10 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-16 07:43:53 +0530 |
| commit | aa189d44fd88c09cf6cdcbad0b55003a50b9ec39 (patch) | |
| tree | be595a5a3543b7c449c6de396b6e579941d57827 /gnu | |
| parent | f42c735aeb19289a7d03e112be9ffd4d54973264 (diff) | |
gnu: extra-cmake-modules: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 6.23.0.
Change-Id: I69814dcdcb6c659821ef611cac72e0b343a64985
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 646116ef78e..f99c3e665fb 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -12,7 +12,7 @@ ;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot> ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com> ;;; Copyright © 2023-2025 Zheng Junjie <873216071@qq.com> -;;; Copyright © 2023-2025 Sughosha <sughosha@disroot.org> +;;; Copyright © 2023-2026 Sughosha <sughosha@disroot.org> ;;; Copyright © 2024-2025 Maxim Cournoyer <maxim@guixotic.coop> ;;; ;;; This file is part of GNU Guix. @@ -106,7 +106,7 @@ (define-public extra-cmake-modules (package (name "extra-cmake-modules") - (version "6.22.0") + (version "6.23.0") (source (origin (method url-fetch) (uri (string-append @@ -115,7 +115,7 @@ name "-" version ".tar.xz")) (sha256 (base32 - "19h9qssgwxmh9fzq54k17b22kgrrdw5yyrv5785w4xxjf6asd0yb")))) + "152112hi1abkm38cn1z5zqfqn9xf32dlp9lm7rfkm6nhcm3x78nv")))) (build-system cmake-build-system) (native-inputs ;; Add test dependency, except on armhf where building it is too |
