gnu: konversation: Update to 25.12.0.

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

Change-Id: I303b0e95894307a9cdcefaf7a5d7db3a00e35a5f
This commit is contained in:
Sughosha 2025-12-14 19:26:32 +05:30
parent 75321def7a
commit 77f08e8b1d
No known key found for this signature in database
GPG key ID: CDBC0BD95943A706

View file

@ -522,14 +522,14 @@ or Bonjour by other projects).")
(define-public konversation
(package
(name "konversation")
(version "25.08.3")
(version "25.12.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/konversation-" version ".tar.xz"))
(sha256
(base32 "13c0hlvdqs49v7ap8yccxlc3945fqn09f3f5rmf2gxyq6a6bfiay"))))
(base32 "0s2q38454myzjvlwsw7k5z3kybbwnna9j12hsmgx41qcj3s8x2mw"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools qttools))