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

commit 9fc2b022f6873470a1930cddbc6e9d6feebf8079
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:09 2026 +0530

    gnu: kbookmarks: Update to 6.22.0.
    
    * gnu/packages/kde-frameworks.scm (kbookmarks): Update to 6.22.0.
    
    Change-Id: Ie8e5614eaa26604eb52f976cd87891af83e90afc
---
 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 b94fa3f01a..1a58a65aec 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3008,7 +3008,7 @@ maintaining an index of the contents of your files.")
 (define-public kbookmarks
   (package
     (name "kbookmarks")
-    (version "6.21.0")
+    (version "6.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3017,7 +3017,7 @@ maintaining an index of the contents of your files.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0yp0r0nz6a0q3hl5pfvbqn6vsjh0j8qnm3xf15l4lk1j4anxbqh6"))))
+                "0y8sc3ys2livvb94ny43mw7r1h5jh4yn9j5n52pqainyag53c0m9"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kwidgetsaddons))

Reply via email to