mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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 @@ (define-public kget
|
|||
(define-public konversation
|
||||
(package
|
||||
(name "konversation")
|
||||
(version "1.7.6")
|
||||
(version "1.7.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/konversation/" version
|
||||
"/src/konversation-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "14x0rs867grb1xjddycn9l6bfl3h3rp4cmx4zqd2gsvkihn4zlpx"))))
|
||||
(base32 "19qqq9s8k0cl71ib33xn07f26j5ji2g4336jk65im6452cf1dv27"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
|
|
Loading…
Reference in a new issue