gnu: kdav: Update to 6.5.0.

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

Change-Id: I29b7e28fe077709fe066628ec0a1969669d5f60c
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:58 +08:00
parent 789675278a
commit 92d545f2a6
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -5546,7 +5546,7 @@ support.")
(define-public kdav (define-public kdav
(package (package
(name "kdav") (name "kdav")
(version "6.4.0") (version "6.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5554,7 +5554,7 @@ support.")
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "1v1q21cfgny0chla9rkjdavnaw3i5v7m4qkkq0zl91492lsqjhng")))) (base32 "1kzgds4w5awhg09l1yxmy58n2d070psn8vl2bv9nr51dcf5vn3wh"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))