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

commit 0ad411624e1b192ed9a03789f6ed5cd799f3dafa
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:46 2026 +0530

    gnu: kbookmarks: Update to 6.24.0.
    
    * gnu/packages/kde-frameworks.scm (kbookmarks): Update to 6.24.0.
    
    Change-Id: Ib65176f49eaa0c5cb93f1be87d549960940086ae
---
 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 7eeac9900e..786f3f1522 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3040,7 +3040,7 @@ maintaining an index of the contents of your files.")
 (define-public kbookmarks
   (package
     (name "kbookmarks")
-    (version "6.23.0")
+    (version "6.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3049,7 +3049,7 @@ maintaining an index of the contents of your files.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1qlb7s5gcl6vq40pa64lmhr0w56ln4bsv0dr88zip9b9zlg8cl0q"))))
+                "0pcdsqiwwb5wkk49g1mj4c43n9w5ik6kl31d2zkkjnbzqxbs1bg2"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kwidgetsaddons))

Reply via email to