[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: nheko: Update to 0.9.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: nheko: Update to 0.9.3. |
Date: |
Tue, 19 Apr 2022 06:12:40 -0400 |
This is an automated email from the git hooks/post-receive script.
jonsger pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b24961717b gnu: nheko: Update to 0.9.3.
b24961717b is described below
commit b24961717bbc095f5e46f72df85dccd7266c1ee2
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Tue Apr 19 12:11:08 2022 +0200
gnu: nheko: Update to 0.9.3.
* gnu/packages/messaging.scm (nheko): Update to 0.9.3.
---
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 2e1aa30ae9..677dc4b930 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2352,7 +2352,7 @@ for the Matrix protocol. It is built on to of
@code{Boost.Asio}.")
(define-public nheko
(package
(name "nheko")
- (version "0.9.2")
+ (version "0.9.3")
(source
(origin
(method git-fetch)
@@ -2361,7 +2361,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 "0q9yzzl7mvlixm1c2f55lksxgh9q11zb8k80mkwnhmmli8wbb05f"))
+ (base32 "1941jvk72qy9g41cs2p3d6fphkg8ccjlsiclwymvzdyi7s3ilml7"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: nheko: Update to 0.9.3.,
guix-commits <=