gnu: korganizer: Update to 24.12.1.

* gnu/packages/kde-pim.scm (korganizer): Update to 24.12.1.

Change-Id: I9c3de6aaf2841288cfa497a9707ae0a4112c701c
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:49 +08:00
parent 5038df5a9f
commit fb522f9d62
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1734,14 +1734,14 @@ (define-public kontactinterface
(define-public korganizer
(package
(name "korganizer")
(version "24.05.2")
(version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/korganizer-" version ".tar.xz"))
(sha256
(base32 "10walf46h1cnyfcpkppybgzlfcn93rygwppb4jfi2rg24rka3i84"))))
(base32 "092ad5qw6jsvn7rf5gmkwcq5khlxr04lizdcflw70lnb7j4y7zpk"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules dbus qttools kdoctools tzdata-for-tests))