gnu: konversation: Update to 23.04.3.

* gnu/packages/kde-internet.scm (konversation): Update to 23.04.3.
This commit is contained in:
宋文武 2023-07-29 13:43:48 +08:00
parent 0d3336efd6
commit dbe37fee69
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -183,14 +183,14 @@ (define-public kget
(define-public konversation
(package
(name "konversation")
(version "22.04.3")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/konversation-" version ".tar.xz"))
(sha256
(base32 "08b4vnm66hbbnvkkh1p0a82pd2aj4zy5a8indfv3fzczsfpx6gp0"))))
(base32 "1ip0jlz71fad5l0ppbc6w914hqk7h626s12ssbb9p1c2yvlr1j1v"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))