gnu: konversation: Update to 23.04.3.
* gnu/packages/kde-internet.scm (konversation): Update to 23.04.3.master
parent
0d3336efd6
commit
dbe37fee69
|
@ -183,14 +183,14 @@ This package is part of the KDE networking module.")
|
||||||
(define-public konversation
|
(define-public konversation
|
||||||
(package
|
(package
|
||||||
(name "konversation")
|
(name "konversation")
|
||||||
(version "22.04.3")
|
(version "23.04.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/konversation-" version ".tar.xz"))
|
"/src/konversation-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08b4vnm66hbbnvkkh1p0a82pd2aj4zy5a8indfv3fzczsfpx6gp0"))))
|
(base32 "1ip0jlz71fad5l0ppbc6w914hqk7h626s12ssbb9p1c2yvlr1j1v"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
|
Reference in New Issue