guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

59/63: gnu: nheko: Update to 0.7.1.


From: guix-commits
Subject: 59/63: gnu: nheko: Update to 0.7.1.
Date: Tue, 26 May 2020 17:18:15 -0400 (EDT)

mbakke pushed a commit to branch staging2
in repository guix.

commit 76623b6703ce3d5780d742fd7b5285aa0cf7041d
Author: Jonathan Brielmaier <address@hidden>
AuthorDate: Sun May 10 15:49:22 2020 +0200

    gnu: nheko: Update to 0.7.1.
    
    * gnu/packages/messaging.scm (nheko): Update to 0.7.1.
    [inputs]: Add qtdeclarative, qtgraphicaleffects and qtquickcontrols2.
    Arrange qtsvg in alphabetical order.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 754373d..8042aa0 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1881,7 +1881,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)
@@ -1890,7 +1890,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
@@ -1920,8 +1920,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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]