gnu: konversation: Update to 24.12.1.

* gnu/packages/kde-internet.scm (konversation): Update to 24.12.1.

Change-Id: I5893fcb706fffd74159731a6ce082341fd271a00
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:41 +08:00
parent 0ae4a1da3b
commit c819aff7f0
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -227,14 +227,14 @@ (define-public kget
(define-public konversation
(package
(name "konversation")
(version "24.08.0")
(version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/konversation-" version ".tar.xz"))
(sha256
(base32 "1807i5sj5n1w75x66ii0cm192g3b7z6zqvw7y3l9nlf61ksqfrfi"))))
(base32 "13gy4sgkw2i4cg3xwbm5mlp3ay95yqsd5r7mf92rp6kyk9iikcig"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools qttools))