summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2022-09-10 13:00:17 +0200
committerMathieu Othacehe <othacehe@gnu.org>2022-09-11 16:43:30 +0200
commite6c6df657bcc03b3e40a040239caeee9c2e6ad37 (patch)
treeb9e4dcefa241aebd78350d22682f1d8e10759ab9 /gnu/packages
parent77ecd4c0108cfcbff9e814d30dcaa97355836577 (diff)
downloadguix-e6c6df657bcc03b3e40a040239caeee9c2e6ad37.tar.gz
gnu: nheko: Update to 0.10.1.
* gnu/packages/messaging.scm (nheko): Update to 0.10.1.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/messaging.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index ef31dae2c0..2af8c5b80a 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2383,7 +2383,7 @@ for the Matrix protocol.  It is built on to of @code{Boost.Asio}.")
 (define-public nheko
   (package
     (name "nheko")
-    (version "0.10.0")
+    (version "0.10.1")
     (source
      (origin
        (method git-fetch)
@@ -2392,7 +2392,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 "1n7czmv8mamaphpr2cnppddpgmb914pjd7msxng0fim6w7bhil14"))
+        (base32 "0a3wvv7vzh60hvyzy6776v6wa9d6n020684dqbcl4dw608mf4ahk"))
        (modules '((guix build utils)))
        (snippet
         '(begin