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

commit c6dd8bf4581c31437ec889e367dad2adb03b942b
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:31 2025 +0530

    gnu: extra-cmake-modules: Update to 6.19.0.
    
    * gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 6.19.0.
    
    Change-Id: I8f0d0c4b3714b0fe56c69117bd2c3c2f0771259e
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 4cba159154..00ae0c4667 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -105,7 +105,7 @@
 (define-public extra-cmake-modules
   (package
     (name "extra-cmake-modules")
-    (version "6.18.0")
+    (version "6.19.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -114,7 +114,7 @@
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "14z2c2wih9nckp46acp8rr40y8y0kfkpg2mxc0n51kjszqn25lmj"))))
+                "116ax5jfdg4hy0hvkgg5vb4mn2vnfxn6ji4v9fpyjhqz33cc3w54"))))
     (build-system cmake-build-system)
     (native-inputs
      ;; Add test dependency, except on armhf where building it is too

Reply via email to