[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
- branch master updated (d8271d8193 -> 10d429f2fc), guix-commits, 2022/10/13
- 01/07: services: nginx: Add reload action., guix-commits, 2022/10/13
- 06/07: gnu: micropython: Update to 1.19., guix-commits, 2022/10/13
- 02/07: gnu: libfido2: Install udev rules., guix-commits, 2022/10/13
- 05/07: gnu: cantata: Update to 2.5.0., guix-commits, 2022/10/13
- 04/07: gnu: nheko: Update to 0.10.2.,
guix-commits <=
- 03/07: gnu: Add go-github-com-savsgio-gotils., guix-commits, 2022/10/13
- 07/07: gnu: entr: Update to 5.2., guix-commits, 2022/10/13