guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 0eaa5e1bd410f1aa72ada82b695e4346b53fdc37
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:10 2026 +0530

    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
---
 gnu/packages/kde-frameworks.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 646116ef78..f99c3e665f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -12,7 +12,7 @@
 ;;; Copyright © 2022 Brendan Tildesley <[email protected]>
 ;;; Copyright © 2022 Petr Hodina <[email protected]>
 ;;; Copyright © 2023-2025 Zheng Junjie <[email protected]>
-;;; Copyright © 2023-2025 Sughosha <[email protected]>
+;;; Copyright © 2023-2026 Sughosha <[email protected]>
 ;;; Copyright © 2024-2025 Maxim Cournoyer <[email protected]>
 ;;;
 ;;; 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

Reply via email to