diff mbox series

[bug#48057] : Update nheko

Message ID v_dqkExCyTeKy-7IrHTG8EOAD2uX6D84iExwqYmK-gwOdUwJr78aX067rLeTucUXZUt1kcT5mh73AIc87UzLPLt-iqallNqZfwbWCOnKpPo=@elenq.tech
State Accepted
Headers show
Series [bug#48057] : Update nheko | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Ekaitz Zarraga April 27, 2021, 12:45 p.m. UTC
Hi,
This series of patches update Nheko messaging client to 0.8.1 version.

There's a newer 0.8.2 version but they make use of different dependencies and we need to deal with them before updating.


Hope they are useful,
Ekaitz

Comments

Nicolò Balzarotti April 27, 2021, 12:50 p.m. UTC | #1
Ekaitz Zarraga <ekaitz@elenq.tech> writes:

> Hi,
> This series of patches update Nheko messaging client to 0.8.1 version.
Hi, thanks

please, have a look at https://issues.guix.gnu.org/46013 and
https://issues.guix.gnu.org/46012, and
https://issues.guix.gnu.org/47273.

We already have a patch waiting for revision, I'll ping the other
thread.

Thanks, Nicolò
Ekaitz Zarraga April 27, 2021, 12:54 p.m. UTC | #2
> We already have a patch waiting for revision, I'll ping the other
> thread.


OH! I forgot to check!
Great to see that there's people already working on them.
Hope they get merged.

If I can help or anything, please, let me know.

Thanks,
Ekaitz
Nicolò Balzarotti April 27, 2021, 2 p.m. UTC | #3
Ekaitz Zarraga <ekaitz@elenq.tech> writes:

>> We already have a patch waiting for revision, I'll ping the other
>> thread.
>
I just sent the 0.8.2 update.

>
> OH! I forgot to check!
> Great to see that there's people already working on them.
> Hope they get merged.
>
> If I can help or anything, please, let me know.
Sure!  To speed up the process, you could help in the review process!

Check if my patchset applies cleanly on master, build the packages,
check programs work, check the guix lint output and any other typo/style
error, then report your results on the thread!

>
> Thanks,
> Ekaitz
Thanks, Nicolò
diff mbox series

Patch

From 75d69bb5aecdf49f9d1dfddbc0a50815c50a5299 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Tue, 27 Apr 2021 14:01:32 +0200
Subject: [PATCH 1/2] gnu: mtxclient: Update to 0.4.1

* gnu/packages/messaging.scm (mtxclient): Update to 0.4.1.
---
 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 c356498fd2..81cb7c7178 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2250,7 +2250,7 @@  QMatrixClient project.")
 (define-public mtxclient
   (package
     (name "mtxclient")
-    (version "0.3.1")
+    (version "0.4.1")
     (source
      (origin
        (method git-fetch)
@@ -2259,7 +2259,7 @@  QMatrixClient project.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dg4dq20g0ah62j5s3gpsxqq4ny7lxkxdxa9q6g54hdwkrb9ms7x"))))
+        (base32 "1044zil3izhb3whhfjah7w0kg5mr3hys32cjffky681d3mb3wi5n"))))
     (arguments
      `(#:configure-flags
        (list
-- 
2.31.0