efraim pushed a commit to branch master
in repository guix.
commit c0839cbac22e9ab12219ae3fb766c7b81daa91f2
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Feb 12 15:20:57 2023 +0200
gnu: nheko: Update to 0.11.2.
* gnu/packages/messaging.scm (nheko): Update to 0.11.2.
[inputs]: Add re2.
---
gnu/packages/messaging.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 5f6792f5a2..3027d56907 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2404,7 +2404,7 @@ for the Matrix protocol. It is built on to of
@code{Boost.Asio}.")
(define-public nheko
(package
(name "nheko")
- (version "0.10.2")
+ (version "0.11.1")
(source
(origin
(method git-fetch)
@@ -2413,7 +2413,7 @@ for the Matrix protocol. It is built on to of
@code{Boost.Asio}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "114hbv58209bwar6qjdjg2l1vh3xk20ppv6n301i7zkmwrf7q9w2"))
+ (base32 "0j5y5jfimmflynrg7003wr7i75b102cpv3afyp3j7z69b2apkhys"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -2483,6 +2483,7 @@ for the Matrix protocol. It is built on to of
@code{Boost.Asio}.")
qtmultimedia-5
qtquickcontrols2-5
qtsvg-5
+ re2
spdlog
single-application-qt5
xcb-util-wm