mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
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:
parent
2619a493d4
commit
13abedb2c4
1 changed files with 3 additions and 3 deletions
|
@ -2347,7 +2347,7 @@ (define-public mtxclient
|
|||
(define-public nheko
|
||||
(package
|
||||
(name "nheko")
|
||||
(version "0.9.0")
|
||||
(version "0.9.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2356,7 +2356,7 @@ (define-public nheko
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1akhnngxkxbjwjkg5ispl6j5s2ylbcj92r3zxqqry4gbfxbjpx8k"))
|
||||
(base32 "0q9yzzl7mvlixm1c2f55lksxgh9q11zb8k80mkwnhmmli8wbb05f"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
@ -2430,7 +2430,7 @@ (define-public nheko
|
|||
xcb-util-wm
|
||||
zlib))
|
||||
(native-inputs
|
||||
(list doxygen graphviz pkg-config qttools))
|
||||
(list asciidoc doxygen graphviz pkg-config qttools))
|
||||
(home-page "https://github.com/Nheko-Reborn/nheko")
|
||||
(synopsis "Desktop client for Matrix using Qt and C++14")
|
||||
(description "@code{Nheko} want to provide a native desktop app for the
|
||||
|
|
Loading…
Reference in a new issue