mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -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
|
(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
|
||||||
|
|
Loading…
Reference in a new issue