guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit c2ba07045e117f75a3ab837232bdd63b078d01db
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 95750c404c..c621ead954 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.21.0")
+ (version "6.22.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
- "0yp0r0nz6a0q3hl5pfvbqn6vsjh0j8qnm3xf15l4lk1j4anxbqh6"))))
+ "0y8sc3ys2livvb94ny43mw7r1h5jh4yn9j5n52pqainyag53c0m9"))))
(build-system cmake-build-system)
(propagated-inputs
(list kwidgetsaddons))