summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2026-02-09 01:58:09 +0530
committerAndreas Enge <andreas@enge.fr>2026-02-24 12:04:43 +0100
commit91edcfe6ed883a7116e56c8343fe088f22a44305 (patch)
treebb6242fb3d37cb963ac1483f6815ca6a015e28c3 /gnu
parent4011c9925a3ce39827234a6972245aa44106f8f8 (diff)
gnu: kbookmarks: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (kbookmarks): Update to 6.22.0. Change-Id: Ie8e5614eaa26604eb52f976cd87891af83e90afc
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 95750c404c6..c621ead9544 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))