diff mbox series

[bug#54330] : update Nheko and dependencies

Message ID 20220310190227.7fcc42ca@riseup.net
State Accepted
Headers show
Series [bug#54330] : update Nheko and dependencies | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Csepp March 10, 2022, 6:02 p.m. UTC
Tested, seems to be working. Ordered by dependency tree.

Comments

Nicolas Goaziou March 10, 2022, 6:50 p.m. UTC | #1
Hello,

raingloom <raingloom@riseup.net> writes:

> Tested, seems to be working. Ordered by dependency tree.

Applied. Thank you.

(Duh. I just noticed I had forgotten to add the Signed-off part. Sorry.)

Regards,
diff mbox series

Patch

From 5e251cac6e7aac5862e4d5ee7198be4d5127a0c3 Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Thu, 10 Mar 2022 00:58:07 +0100
Subject: [PATCH 3/3] 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 @@  (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
-- 
2.34.0