[PATCH]: update Nheko and dependencies

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • raingloom
Owner
unassigned
Submitted by
raingloom
Severity
normal
R
R
raingloom wrote on 10 Mar 2022 19:02
(name . Guix Patches)(address . guix-patches@gnu.org)
20220310190227.7fcc42ca@riseup.net
Tested, seems to be working. Ordered by dependency tree.
From 09d4f7ed5769c4fd163e597573b927b3ea2045e8 Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Thu, 10 Mar 2022 00:44:55 +0100
Subject: [PATCH 1/3] gnu: coeurl: Update to 0.2.0.

* gnu/packages/curl.scm (coeurl): Update to 0.2.0.
---
gnu/packages/curl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 27a98185e0..2c3949b524 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -341,7 +341,7 @@ (define-public h2c
(define-public coeurl
(package
(name "coeurl")
- (version "0.1.1")
+ (version "0.2.0")
(source
(origin
(method git-fetch)
@@ -350,7 +350,7 @@ (define-public coeurl
(commit (string-append "v" version))))
(sha256
(base32
- "0sqciagagyc0qv90g0qw8fkyvy4l8h7nbaz04chiz9gnv89hg28p"))))
+ "0kbazvrb4hzc9jr7yywd36ack1yy7bh8sh1kc4jzv6jfzvxjb0i0"))))
(build-system meson-build-system)
(native-inputs
(list doctest pkg-config))
--
2.34.0
From c42552d47357570f749b79bfb6259a66d4d2222a Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Thu, 10 Mar 2022 00:45:48 +0100
Subject: [PATCH 2/3] gnu: mtxclient: Update to 0.7.0.

* gnu/packages/messaging.scm (mtxclient): Update to 0.7.0.
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1d0c36cf23..8298a4535e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2302,7 +2302,7 @@ (define-public libqmatrixclient
(define-public mtxclient
(package
(name "mtxclient")
- (version "0.6.1")
+ (version "0.7.0")
(source
(origin
(method git-fetch)
@@ -2311,7 +2311,7 @@ (define-public mtxclient
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1a3ki45rf1fm7y4b74li76aqd4qc4y5ga5r163s0cwcpj9mp8c45"))))
+ (base32 "0kgz9i3xgyk1a82sv48a1m8gdxg0cl5pgd5imgwy519vvjlkwv48"))))
(arguments
`(#:configure-flags
(list
--
2.34.0
From 5e251cac6e7aac5862e4d5ee7198be4d5127a0c3 Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Thu, 10 Mar 2022 00:58:07 +0100
Subject: [PATCH 3/3] gnu: nheko: Update to 0.9.2.

* gnu/packages/messaging.scm (nheko): Update to 0.9.2.
[native-inputs]: Add asciidoc.
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 8298a4535e..42004f286e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2347,7 +2347,7 @@ (define-public mtxclient
(define-public nheko
(package
(name "nheko")
- (version "0.9.0")
+ (version "0.9.2")
(source
(origin
(method git-fetch)
@@ -2356,7 +2356,7 @@ (define-public nheko
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1akhnngxkxbjwjkg5ispl6j5s2ylbcj92r3zxqqry4gbfxbjpx8k"))
+ (base32 "0q9yzzl7mvlixm1c2f55lksxgh9q11zb8k80mkwnhmmli8wbb05f"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -2430,7 +2430,7 @@ (define-public nheko
xcb-util-wm
zlib))
(native-inputs
- (list doxygen graphviz pkg-config qttools))
+ (list asciidoc doxygen graphviz pkg-config qttools))
(home-page "https://github.com/Nheko-Reborn/nheko")
(synopsis "Desktop client for Matrix using Qt and C++14")
(description "@code{Nheko} want to provide a native desktop app for the
--
2.34.0
N
N
Nicolas Goaziou wrote on 10 Mar 2022 19:50
(name . raingloom)(address . raingloom@riseup.net)(address . 54330-done@debbugs.gnu.org)
87mthx63rq.fsf@nicolasgoaziou.fr
Hello,

raingloom <raingloom@riseup.net> writes:

Toggle quote (2 lines)
> Tested, seems to be working. Ordered by dependency tree.

Applied. Thank you.

(Duh. I just noticed I had forgotten to add the Signed-off part. Sorry.)

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54330@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54330
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch