gnu: kimap: Update to 23.04.3.

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

View file

@ -1031,14 +1031,14 @@ (define-public kidentitymanagement
(define-public kimap
(package
(name "kimap")
(version "22.08.1")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kimap-" version ".tar.xz"))
(sha256
(base32 "1a3wwzwlp0zsj4brhs22sygfxh65slikapa4iipxjw78mkwhiq8h"))))
(base32 "08s2891f2cnf5f7q034lmqv3vnh3v61l7bsyssdx711jfbswg9ik"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))