diff mbox series

[bug#48822,3/3] gnu: nheko: Update to 0.8.2.

Message ID 20210603232339.352884-1-noisytoot@disroot.org
State Accepted
Headers show
Series [bug#48822,1/3] gnu: lmdbxx: Update to 1.0.0. | expand

Commit Message

Ron Nazarov June 3, 2021, 11:23 p.m. UTC
* gnu/packages/messaging.scm (nheko): Update to 0.8.2.
---
 gnu/packages/messaging.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Nicolò Balzarotti June 3, 2021, 11:33 p.m. UTC | #1
Ron Nazarov via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/messaging.scm (nheko): Update to 0.8.2.
Hi, please, take a look at bug#46012.

There's a long discussion there, where we unbundle few things.  It would
be nice if nheko could be finally upgraded.


Thanks, Nicolò
Michael Rohleder Sept. 15, 2022, 8:48 a.m. UTC | #2
I think this can be closed as we have merged #46012 (and several
versions of nheko after that).
diff mbox series

Patch

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)