gnu: nheko: Update to 0.9.2.

* gnu/packages/messaging.scm (nheko): Update to 0.9.2.
[native-inputs]: Add asciidoc.
This commit is contained in:
raingloom 2022-03-10 00:58:07 +01:00 committed by Nicolas Goaziou
parent 2619a493d4
commit 13abedb2c4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2347,7 +2347,7 @@ (define-public mtxclient
(define-public nheko (define-public nheko
(package (package
(name "nheko") (name "nheko")
(version "0.9.0") (version "0.9.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2356,7 +2356,7 @@ (define-public nheko
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1akhnngxkxbjwjkg5ispl6j5s2ylbcj92r3zxqqry4gbfxbjpx8k")) (base32 "0q9yzzl7mvlixm1c2f55lksxgh9q11zb8k80mkwnhmmli8wbb05f"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -2430,7 +2430,7 @@ (define-public nheko
xcb-util-wm xcb-util-wm
zlib)) zlib))
(native-inputs (native-inputs
(list doxygen graphviz pkg-config qttools)) (list asciidoc doxygen graphviz pkg-config qttools))
(home-page "https://github.com/Nheko-Reborn/nheko") (home-page "https://github.com/Nheko-Reborn/nheko")
(synopsis "Desktop client for Matrix using Qt and C++14") (synopsis "Desktop client for Matrix using Qt and C++14")
(description "@code{Nheko} want to provide a native desktop app for the (description "@code{Nheko} want to provide a native desktop app for the