mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
0ae4a1da3b
commit
c819aff7f0
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue