diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-04-19 12:11:08 +0200 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-04-19 12:11:08 +0200 |
commit | b24961717bbc095f5e46f72df85dccd7266c1ee2 (patch) | |
tree | 67371a5edb303a5357cb93ab2821447e4a3f3ab2 | |
parent | 6b677f4299f38ea70e1852388086ee95c2c48622 (diff) |
gnu: nheko: Update to 0.9.3.
* gnu/packages/messaging.scm (nheko): Update to 0.9.3.
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files 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 |