all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 40777@debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Subject: [bug#40777] [PATCH 3/3] gnu: nheko: Update to 0.7.1.
Date: Sun, 10 May 2020 15:49:22 +0200	[thread overview]
Message-ID: <20200510134922.16128-4-jonathan.brielmaier@web.de> (raw)
In-Reply-To: <20200510134922.16128-1-jonathan.brielmaier@web.de>

* gnu/packages/messaging.scm (nheko): Update to 0.7.1.
[inputs]: Add qtdeclarative, qtgraphicaleffects and qtquickcontrols2.
Arrange qtsvg in alphabetical order.
---
 gnu/packages/messaging.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index cbf9475ad3..5920629f85 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1829,7 +1829,7 @@ for the Matrix protocol.  It is built on to of @code{Boost.Asio}.")
 (define-public nheko
   (package
     (name "nheko")
-    (version "0.6.4")
+    (version "0.7.1")
     (source
      (origin
        (method git-fetch)
@@ -1838,7 +1838,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 "19dkc98l1q4070v6mli4ybqn0ip0za607w39hjf0x8rqdxq45iwm"))))
+        (base32 "12sxibbrn79sxkf9jrm7jrlj7l5vz15claxrrll7pkv9mv44wady"))))
     (arguments
      `(#:tests? #f                      ;no test target
        #:configure-flags
@@ -1868,8 +1868,11 @@ for the Matrix protocol.  It is built on to of @code{Boost.Asio}.")
        ("mtxclient" ,mtxclient)
        ("openssl" ,openssl)
        ("qtbase" ,qtbase)
-       ("qtsvg" ,qtsvg)
+       ("qtdeclarative" ,qtdeclarative)
+       ("qtgraphicaleffects" ,qtgraphicaleffects)
        ("qtmultimedia" ,qtmultimedia)
+       ("qtquickcontrols2" ,qtquickcontrols2)
+       ("qtsvg" ,qtsvg)
        ("spdlog" ,spdlog)
        ("tweeny" ,tweeny)
        ("zlib" ,zlib)))
--
2.26.2





  parent reply	other threads:[~2020-05-10 13:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-22 17:56 [bug#40777] [PATCH 0/3] [staging] Update nheko Jonathan Brielmaier
2020-04-22 19:54 ` [bug#40777] [PATCH 1/3] gnu: qtdeclarative: Fix reference on qmlcachegen Jonathan Brielmaier
2020-04-22 19:54   ` [bug#40777] [PATCH 2/3] gnu: mtxclient: Update to 0.3.0 Jonathan Brielmaier
2020-04-22 19:54   ` [bug#40777] [PATCH 3/3] gnu: nheko: Update to 0.7.0 Jonathan Brielmaier
2020-05-10 13:49 ` [bug#40777] [v2 PATCH 0/3] [staging] Update nheko Jonathan Brielmaier
2020-05-10 13:49   ` [bug#40777] [PATCH 1/3] gnu: qtdeclarative: Fix reference on qmlcachegen Jonathan Brielmaier
2020-05-10 13:49   ` [bug#40777] [PATCH 2/3] gnu: mtxclient: Update to 0.3.0 Jonathan Brielmaier
2020-05-10 13:49   ` Jonathan Brielmaier [this message]
2020-05-22 22:10   ` bug#40777: [v2 PATCH 0/3] [staging] Update nheko Marius Bakke

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

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

  git send-email \
    --in-reply-to=20200510134922.16128-4-jonathan.brielmaier@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=40777@debbugs.gnu.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.