mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: kmime: Update to 24.12.1.
* gnu/packages/kde-pim.scm (kmime): Update to 24.12.1. [native-inputs]: Add qttools. Change-Id: I659dad16302ed23592f1b3aaf136973cbcf4a88d
This commit is contained in:
parent
c6c0aef5ab
commit
89fd3b4888
1 changed files with 3 additions and 3 deletions
|
@ -1595,17 +1595,17 @@ (define-public kmessagelib
|
|||
(define-public kmime
|
||||
(package
|
||||
(name "kmime")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kmime-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "19dnp955vii3vi1jaxgbsyabbb35iaqvhz9nnz392r3wz7f3hbyq"))))
|
||||
(base32 "1x0ylkpfj75bh0av6k2dvjhrxh6p4701lvvnqmx726pa8cp9ziq6"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules tzdata-for-tests))
|
||||
(list extra-cmake-modules qttools tzdata-for-tests))
|
||||
(inputs
|
||||
(list kcodecs ki18n))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue