guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: nheko: Update to 0.10.2.


From: guix-commits
Subject: 04/07: gnu: nheko: Update to 0.10.2.
Date: Thu, 13 Oct 2022 07:35:46 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit d1ad0a2ec269491eedf84f6be919d103c57b574a
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Oct 11 07:31:40 2022 +0200

    gnu: nheko: Update to 0.10.2.
    
    * gnu/packages/messaging.scm (nheko): Update to 0.10.2.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 6516f46a54..11abde0959 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2384,7 +2384,7 @@ for the Matrix protocol.  It is built on to of 
@code{Boost.Asio}.")
 (define-public nheko
   (package
     (name "nheko")
-    (version "0.10.1")
+    (version "0.10.2")
     (source
      (origin
        (method git-fetch)
@@ -2393,7 +2393,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 "0a3wvv7vzh60hvyzy6776v6wa9d6n020684dqbcl4dw608mf4ahk"))
+        (base32 "114hbv58209bwar6qjdjg2l1vh3xk20ppv6n301i7zkmwrf7q9w2"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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