guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: nheko: Update to 0.7.2.


From: guix-commits
Subject: 02/15: gnu: nheko: Update to 0.7.2.
Date: Wed, 1 Jul 2020 11:54:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 77b5498f32e33120308b000d69316a38a78145f5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 15:37:50 2020 +0200

    gnu: nheko: Update to 0.7.2.
    
    * gnu/packages/messaging.scm (nheko): Update to 0.7.2.
---
 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 ab7788e..93d2503 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1906,7 +1906,7 @@ for the Matrix protocol.  It is built on to of 
@code{Boost.Asio}.")
 (define-public nheko
   (package
     (name "nheko")
-    (version "0.7.1")
+    (version "0.7.2")
     (source
      (origin
        (method git-fetch)
@@ -1915,7 +1915,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 "12sxibbrn79sxkf9jrm7jrlj7l5vz15claxrrll7pkv9mv44wady"))))
+        (base32 "1cbhgaf9klgxdirrxj571fqwspm0byl75c1xc40l727a6qswvp7s"))))
     (arguments
      `(#:tests? #f                      ;no test target
        #:configure-flags



reply via email to

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