guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit a2da73fe2b7841a98c57d14f9679b75386d23459
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 284a79fc82..641a9499da 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3020,7 +3020,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
@@ -3029,7 +3029,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))