gnu: kmime: Update to 23.04.3.

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

View file

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