* [bug#54330] [PATCH]: update Nheko and dependencies
@ 2022-03-10 18:02 raingloom
2022-03-10 18:50 ` bug#54330: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: raingloom @ 2022-03-10 18:02 UTC (permalink / raw)
To: 54330
[-- Attachment #1: Type: text/plain, Size: 57 bytes --]
Tested, seems to be working. Ordered by dependency tree.
[-- Attachment #2: 0001-gnu-coeurl-Update-to-0.2.0.patch --]
[-- Type: text/x-patch, Size: 1053 bytes --]
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(-)
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
[-- Attachment #3: 0002-gnu-mtxclient-Update-to-0.7.0.patch --]
[-- Type: text/x-patch, Size: 1125 bytes --]
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(-)
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
[-- Attachment #4: 0003-gnu-nheko-Update-to-0.9.2.patch --]
[-- Type: text/x-patch, Size: 1557 bytes --]
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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-10 18:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-10 18:02 [bug#54330] [PATCH]: update Nheko and dependencies raingloom
2022-03-10 18:50 ` bug#54330: " Nicolas Goaziou
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).