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

commit 6b0418088168bf63977bfae493c9ad6bd1848715
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:24 2026 +0530

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

Reply via email to