unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ron Nazarov via Guix-patches via <guix-patches@gnu.org>
To: 48822@debbugs.gnu.org
Cc: Ron Nazarov <noisytoot@disroot.org>
Subject: [bug#48822] [PATCH 3/3] gnu: nheko: Update to 0.8.2.
Date: Fri,  4 Jun 2021 00:23:39 +0100	[thread overview]
Message-ID: <20210603232339.352884-1-noisytoot@disroot.org> (raw)
In-Reply-To: <20210603231700.351556-1-noisytoot@disroot.org>

* gnu/packages/messaging.scm (nheko): Update to 0.8.2.
---
 gnu/packages/messaging.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 158ee472f5..24e122f9c2 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2292,7 +2292,7 @@ for the Matrix protocol.  It is built on to of @code{Boost.Asio}.")
 (define-public nheko
   (package
     (name "nheko")
-    (version "0.7.2")
+    (version "0.8.2")
     (source
      (origin
        (method git-fetch)
@@ -2301,7 +2301,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 "1cbhgaf9klgxdirrxj571fqwspm0byl75c1xc40l727a6qswvp7s"))))
+        (base32 "0362hkbprc6jqlgmvzwxyvify4b1ldjakyqdz55m25xsypbpv2f3"))))
     (arguments
      `(#:tests? #f                      ;no test target
        #:configure-flags
@@ -2337,7 +2337,8 @@ for the Matrix protocol.  It is built on to of @code{Boost.Asio}.")
        ("qtquickcontrols2" ,qtquickcontrols2)
        ("qtsvg" ,qtsvg)
        ("spdlog" ,spdlog)
-       ("tweeny" ,tweeny)
+       ("qtkeychain" ,qtkeychain)
+       ("libxcb" ,libxcb)               ; for screensharing on X
        ("zlib" ,zlib)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.31.1





  parent reply	other threads:[~2021-06-03 23:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-03 23:17 [bug#48822] [PATCH 1/3] gnu: lmdbxx: Update to 1.0.0 Ron Nazarov via Guix-patches via
2021-06-03 23:22 ` [bug#48822] [PATCH 2/3] gnu: mtxclient: Update to 0.5.1 Ron Nazarov via Guix-patches via
2021-06-03 23:23 ` Ron Nazarov via Guix-patches via [this message]
2021-06-03 23:33   ` [bug#48822] [PATCH 3/3] gnu: nheko: Update to 0.8.2 Nicolò Balzarotti
2022-09-15  8:48     ` bug#48822: [PATCH 1/3] gnu: lmdbxx: Update to 1.0.0 Michael Rohleder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210603232339.352884-1-noisytoot@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=48822@debbugs.gnu.org \
    --cc=noisytoot@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).