gnu: konversation: Update to 1.7.7.
* gnu/packages/kde-internet.scm (konversation): Update to 1.7.7.
This commit is contained in:
parent
6e50c11699
commit
6187e30b39
1 changed files with 2 additions and 2 deletions
|
@ -178,14 +178,14 @@ This package is part of the KDE networking module.")
|
||||||
(define-public konversation
|
(define-public konversation
|
||||||
(package
|
(package
|
||||||
(name "konversation")
|
(name "konversation")
|
||||||
(version "1.7.6")
|
(version "1.7.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/konversation/" version
|
(uri (string-append "mirror://kde/stable/konversation/" version
|
||||||
"/src/konversation-" version ".tar.xz"))
|
"/src/konversation-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14x0rs867grb1xjddycn9l6bfl3h3rp4cmx4zqd2gsvkihn4zlpx"))))
|
(base32 "19qqq9s8k0cl71ib33xn07f26j5ji2g4336jk65im6452cf1dv27"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
|
|
Reference in a new issue