gnu: kdav: Update to 6.16.0.

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

Change-Id: Ic41bcc3408f3e0fa18f094a26015234d87886b55
This commit is contained in:
Zheng Junjie 2025-07-23 18:59:42 +08:00
parent a380e52822
commit ae142f5130
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -5436,7 +5436,7 @@ support.")
(define-public kdav
(package
(name "kdav")
(version "6.13.0")
(version "6.16.0")
(source
(origin
(method url-fetch)
@ -5444,7 +5444,7 @@ support.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32 "1ndhhq7q4v2aamgj2bpv1kc80n0lfxhjh5wgb0glqzwd2psyhryp"))))
(base32 "09dk0rbp8lhkhfcr39pwfzgmk2j4c2ccn3k9lx32gddk8rkcg8aq"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))