3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: konversation: Update to 1.7.7.

* gnu/packages/kde-internet.scm (konversation): Update to 1.7.7.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-01 17:40:24 +01:00
parent 6e50c11699
commit 6187e30b39
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -178,14 +178,14 @@ This package is part of the KDE networking module.")
(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)