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

commit 6cc3ad45237e9253f2febb4c424eb68911c9cb70
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:07 2025 +0530

    gnu: kdeclarative: Update to 6.18.0.
    
    * gnu/packages/kde-frameworks.scm (kdeclarative): Update to 6.18.0.
    
    Change-Id: I7308b9d94978dec1de19b6ce4ae89a0f3950b915
---
 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 da633df059..91175a60bd 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3430,7 +3430,7 @@ their settings.")
 (define-public kdeclarative
   (package
     (name "kdeclarative")
-    (version "6.16.0")
+    (version "6.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3439,7 +3439,7 @@ their settings.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "03n867gy8v136mfs1j6vrarnxqgdk1jkj2ygs2b6ya01ynhzg3f5"))))
+                "0v0y7b5kcnl5m5y9xqpj8widiwzn4r9yvnbws2c6f7i8ci6afhnw"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kconfig qtdeclarative))

Reply via email to