gnu: kbookmarks: Update to 6.16.0.

* gnu/packages/kde-frameworks.scm (kbookmarks): Update to 6.16.0.

Change-Id: I84a0c3e8a71c1d96eea05300e627f4ee40845b60
This commit is contained in:
Zheng Junjie 2025-07-21 16:32:48 +08:00
parent 4481f0fd4c
commit dd8ec7f191
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3222,7 +3222,7 @@ by which applications, and what documents have been linked to which activity.")
(define-public kbookmarks
(package
(name "kbookmarks")
(version "6.13.0")
(version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3231,7 +3231,7 @@ by which applications, and what documents have been linked to which activity.")
name "-" version ".tar.xz"))
(sha256
(base32
"1lmjdpk91mg5vq1crxvgwj5p16cz731hbw9mhfpjv39siva567bb"))))
"1dddsq5df4rp1j7gv8a6xj1pzr2s383qdhlbnss29mdd96nmcina"))))
(build-system cmake-build-system)
(propagated-inputs
(list kwidgetsaddons))