guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c5688ba2fb3cec48ed4b3286f97f3942a3763df4
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:41 2025 +0530
gnu: kbookmarks: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (kbookmarks): Update to 6.21.0.
Change-Id: I7b56ed639bd7a9c530cc7127c8e26bd1df6c971f
---
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 64fbdc54bc..c6fba05860 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.19.0")
+ (version "6.21.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
- "1423a2iw48hd5rkpb0jdpnklzm0z4vxcn7lll6qqfxsczvdpygbs"))))
+ "0yp0r0nz6a0q3hl5pfvbqn6vsjh0j8qnm3xf15l4lk1j4anxbqh6"))))
(build-system cmake-build-system)
(propagated-inputs
(list kwidgetsaddons))