gnu: korganizer: Update to 23.04.3.

* gnu/packages/kde-pim.scm (korganizer): Update to 23.04.3.
This commit is contained in:
宋文武 2023-07-30 10:32:01 +08:00
parent ea401a453d
commit 63765f4a39
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1686,14 +1686,14 @@ (define-public kontactinterface
(define-public korganizer
(package
(name "korganizer")
(version "22.08.1")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/korganizer-" version ".tar.xz"))
(sha256
(base32 "0pcyij50k96mrm9vkq0pzr7n0nrgy1d51zrcb3hly7fpl4gvkx4x"))))
(base32 "1vp1jsmna059vvfj7xaj9fhhhq0lz9k0pphczkfbwm3gy6nzcavz"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules dbus qttools-5 kdoctools))