guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: nheko: Update to 0.9.2.


From: guix-commits
Subject: 03/03: gnu: nheko: Update to 0.9.2.
Date: Thu, 10 Mar 2022 13:46:16 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 13abedb2c4cb5c669043438cb77e0dee0bee871d
Author: raingloom <raingloom@riseup.net>
AuthorDate: Thu Mar 10 00:58:07 2022 +0100

    gnu: nheko: Update to 0.9.2.
    
    * gnu/packages/messaging.scm (nheko): Update to 0.9.2.
    [native-inputs]: Add asciidoc.
---
 gnu/packages/messaging.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 8298a4535e..42004f286e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2347,7 +2347,7 @@ for the Matrix protocol.  It is built on to of 
@code{Boost.Asio}.")
 (define-public nheko
   (package
     (name "nheko")
-    (version "0.9.0")
+    (version "0.9.2")
     (source
      (origin
        (method git-fetch)
@@ -2356,7 +2356,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 "1akhnngxkxbjwjkg5ispl6j5s2ylbcj92r3zxqqry4gbfxbjpx8k"))
+        (base32 "0q9yzzl7mvlixm1c2f55lksxgh9q11zb8k80mkwnhmmli8wbb05f"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -2430,7 +2430,7 @@ for the Matrix protocol.  It is built on to of 
@code{Boost.Asio}.")
            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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]