guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Update nheko to 0.11.3.


From: guix-commits
Subject: branch master updated: gnu: Update nheko to 0.11.3.
Date: Sun, 12 Mar 2023 08:17:35 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9584b1daa6 gnu: Update nheko to 0.11.3.
9584b1daa6 is described below

commit 9584b1daa687d1212550841d1c5f62e7ffa44ffc
Author: jgart <jgart@dismail.de>
AuthorDate: Mon Mar 6 03:19:17 2023 +0100

    gnu: Update nheko to 0.11.3.
    
    * gnu/packages/messaging.scm (nheko): Update to 0.11.3.
    
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 5020146300..bd10be5d7e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2351,7 +2351,7 @@ for the Matrix protocol.  It is built on to of 
@code{Boost.Asio}.")
 (define-public nheko
   (package
     (name "nheko")
-    (version "0.11.1")
+    (version "0.11.3")
     (source
      (origin
        (method git-fetch)
@@ -2360,7 +2360,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 "0j5y5jfimmflynrg7003wr7i75b102cpv3afyp3j7z69b2apkhys"))
+        (base32 "0yjbxyba87nkpjmql7s6nv2r2i9s956zgwlfhdi4jjg96v2rgmnr"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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